pull/3815/head
mertsincan 2023-03-27 09:37:27 +01:00
commit 9f3fd58ec5
2 changed files with 2015 additions and 22 deletions

File diff suppressed because it is too large Load Diff

View File

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