<template>
    <DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
        <h3>Screen Reader</h3>
        <p>VirtualScroller has no specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the container element.</p>

        <h3>Keyboard Support</h3>
        <p>Component does not include any built-in interactive elements.</p>
    </DocSectionText>
</template>