Skip to content

Commit c91ef4e

Browse files
committed
docs: update docs for the afcl progress bar
1 parent 51b2351 commit c91ef4e

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

adminforth/documentation/docs/tutorial/03-Customization/15-afcl.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,42 @@ Custom labels in the ProgressBar component allow you to customize the text displ
12501250
</div>
12511251
</div>
12521252

1253+
### Show progress animation
1254+
1255+
<div class="split-screen" >
1256+
<div>
1257+
```html
1258+
<ProgressBar
1259+
:currentValue="2600"
1260+
:minValue="0"
1261+
:maxValue="5000"
1262+
showAnimation
1263+
/>
1264+
```
1265+
</div>
1266+
<div>
1267+
![ProgressBar](image-96.png)
1268+
</div>
1269+
</div>
1270+
1271+
### Change height of the progress bar
1272+
1273+
<div class="split-screen" >
1274+
<div>
1275+
```html
1276+
<ProgressBar
1277+
:currentValue="2600"
1278+
:minValue="0"
1279+
:maxValue="5000"
1280+
height='6'
1281+
/>
1282+
```
1283+
</div>
1284+
<div>
1285+
![ProgressBar](image-97.png)
1286+
</div>
1287+
</div>
1288+
12531289
## Skeleton
12541290

12551291
Skeleton component is used to display a loading state for a component. You can use prop `type` to set the type of the skeleton.
4.66 KB
Loading
4.79 KB
Loading

0 commit comments

Comments
 (0)