ProgressSpinner custom demo updated

pull/3815/head
Tuğçe Küçükoğlu 2023-03-27 11:10:09 +03:00
parent fde2bc6ec7
commit 0689055f26
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs">
<p>ProgressSpinner can be customized with styling property like <i>style</i>, <i>strokeWidth</i> <i>fill</i> and <i>animationDuration</i>.</p>
</DocSectionText>
<div class="card">
<div class="card flex justify-content-center">
<ProgressSpinner style="width: 50px; height: 50px" strokeWidth="8" fill="var(--surface-ground)" animationDuration=".5s" aria-label="Custom ProgressSpinner" />
</div>
<DocSectionCode :code="code" />
@ -18,7 +18,7 @@ export default {
animationDuration=".5s" aria-label="Custom ProgressSpinner" />`,
options: `
<template>
<div class="card">
<div class="card flex justify-content-center">
<ProgressSpinner style="width: 50px; height: 50px" strokeWidth="8" fill="var(--surface-ground)"
animationDuration=".5s" aria-label="Custom ProgressSpinner" />
</div>
@ -28,7 +28,7 @@ export default {
<\/script>`,
composition: `
<template>
<div class="card">
<div class="card flex justify-content-center">
<ProgressSpinner style="width: 50px; height: 50px" strokeWidth="8" fill="var(--surface-ground)"
animationDuration=".5s" aria-label="Custom ProgressSpinner" />
</div>