mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
MeterGroup docs added
This commit is contained in:
parent
1b19837e16
commit
3aae1bf675
14 changed files with 646 additions and 0 deletions
9
doc/metergroup/AccessibilityDoc.vue
Normal file
9
doc/metergroup/AccessibilityDoc.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
|
||||
<h3>Screen Reader</h3>
|
||||
<p>MeterGroup component uses <i>meter</i> role in addition to the <i>aria-valuemin</i>, <i>aria-valuemax</i> and <i>aria-valuenow</i> attributes. Value to describe the component can be defined using <i>aria-labelledby</i> prop.</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