mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #6419 - New IftaLabel component
This commit is contained in:
parent
9ca36be4b0
commit
d3c67ceadc
24 changed files with 441 additions and 6 deletions
9
apps/showcase/doc/iftalabel/AccessibilityDoc.vue
Normal file
9
apps/showcase/doc/iftalabel/AccessibilityDoc.vue
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue