mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
add progresspinner demo
This commit is contained in:
parent
aa910cee0a
commit
af6ad719a4
4 changed files with 63 additions and 9 deletions
29
doc/progressspinner/theming/StyledDoc.vue
Normal file
29
doc/progressspinner/theming/StyledDoc.vue
Normal file
|
@ -0,0 +1,29 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>List of class names used in the styled mode.</p>
|
||||
</DocSectionText>
|
||||
<div class="doc-tablewrapper">
|
||||
<table class="doc-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Element</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>p-progress-spinner</td>
|
||||
<td>Container element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-progress-circle</td>
|
||||
<td>SVG element.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>p-progress-path</td>
|
||||
<td>Circle element.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue