Skip to content

Commit a7c2487

Browse files
committed
Example: add missing property for styled progressbar
1 parent 6f73d3b commit a7c2487

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

exampleVault/Input Fields/Progress Bar.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ progress2: 0.7
44
progress3: 2
55
progress4: 2.6
66
progress5: 60
7+
progress6: 75
78
---
89

910
```meta-bind
@@ -27,8 +28,8 @@ The labels can be hidden if they are not required.
2728
```meta-bind
2829
INPUT[progressBar(defaultValue(53), addLabels(false)):progress5]
2930
```
30-
With some snippets we can change the color of the progress bar.
31+
With some css-snippets we can change the color of the progress bar.
3132

3233
```meta-bind
33-
INPUT[progressBar(defaultValue(53), class(red-progress-bar))]
34-
```
34+
INPUT[progressBar(defaultValue(53), class(red-progress-bar)):progress6]
35+
```

0 commit comments

Comments
 (0)