10 lines
441 B
Vue
10 lines
441 B
Vue
|
<template>
|
||
|
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
|
||
|
<h3>Screen Reader</h3>
|
||
|
<p>AnimateOnScroll does not include any roles and attributes by default, any attribute is passed to the root element so aria roles and attributes can be added if required.</p>
|
||
|
|
||
|
<h3>Keyboard Support</h3>
|
||
|
<p>Component does not include any interactive elements.</p>
|
||
|
</DocSectionText>
|
||
|
</template>
|