Fixed #6419 - New IftaLabel component

This commit is contained in:
Cagatay Civici 2024-09-17 14:34:59 +03:00
parent 9ca36be4b0
commit d3c67ceadc
24 changed files with 441 additions and 6 deletions

View file

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