mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Code section fixes
This commit is contained in:
parent
d74b3a20c5
commit
fc61cdad4f
159 changed files with 226 additions and 185 deletions
|
@ -6,15 +6,25 @@
|
|||
<i>aria-label</i> props.
|
||||
</p>
|
||||
|
||||
<pre v-code><code>
|
||||
<span id="label_status /">
|
||||
<ProgressBar aria-labelledby="label_status /">
|
||||
|
||||
<ProgressBar aria-label="Status /">
|
||||
|
||||
</code></pre>
|
||||
<DocSectionCode :code="code" hideToggleCode hideCodeSandbox hideStackBlitz v-bind="$attrs" />
|
||||
|
||||
<h3>Keyboard Support</h3>
|
||||
<p>Not applicable.</p>
|
||||
</DocSectionText>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<span id="label_status" />
|
||||
<ProgressBar aria-labelledby="label_status" />
|
||||
|
||||
<ProgressBar aria-label="Status" />`
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue