primevue-mirror/apps/showcase/doc/virtualscroller/AccessibilityDoc.vue

10 lines
437 B
Vue
Raw Normal View History

2023-02-28 08:29:30 +00:00
<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>