InputGroup passthrough section added

This commit is contained in:
tugcekucukoglu 2023-11-07 09:16:02 +03:00
parent a0fbdb40f6
commit 5192b34ebc
4 changed files with 81 additions and 2 deletions

View file

@ -0,0 +1,9 @@
<template>
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
<h3>Screen Reader</h3>
<p>InputGroup and InputGroupAddon does not require any roles and attributes.</p>
<h3>Keyboard Support</h3>
<p>Component does not include any interactive elements.</p>
</DocSectionText>
</template>