mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
9 lines
437 B
Vue
9 lines
437 B
Vue
<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>
|