ProgressBar pt demo added

This commit is contained in:
Tuğçe Küçükoğlu 2023-04-21 16:36:24 +03:00
parent a3e0ae9fee
commit 498b40f80f
4 changed files with 105 additions and 2 deletions

View file

@ -0,0 +1,8 @@
<template>
<DocSectionText v-bind="$attrs">
<p>{{ $attrs.description }}</p>
</DocSectionText>
<div>
<img class="w-full" src="https://primefaces.org/cdn/primevue/images/pt/progressbar.jpg" />
</div>
</template>