2023-11-07 06:16:02 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
|
|
|
|
<h3>Screen Reader</h3>
|
2024-08-30 21:40:44 +00:00
|
|
|
<p>InputGroup and InputGroupAddon do not require any roles and attributes.</p>
|
2023-11-07 06:16:02 +00:00
|
|
|
|
|
|
|
<h3>Keyboard Support</h3>
|
|
|
|
<p>Component does not include any interactive elements.</p>
|
|
|
|
</DocSectionText>
|
|
|
|
</template>
|