FloatLabel page added

This commit is contained in:
tugcekucukoglu 2024-02-02 15:40:35 +03:00
parent 43cdab506d
commit 88a679feaf
8 changed files with 185 additions and 3 deletions

View file

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