10 lines
497 B
Vue
10 lines
497 B
Vue
<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>
|