We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f73d3b commit a7c2487Copy full SHA for a7c2487
exampleVault/Input Fields/Progress Bar.md
@@ -4,6 +4,7 @@ progress2: 0.7
4
progress3: 2
5
progress4: 2.6
6
progress5: 60
7
+progress6: 75
8
---
9
10
```meta-bind
@@ -27,8 +28,8 @@ The labels can be hidden if they are not required.
27
28
29
INPUT[progressBar(defaultValue(53), addLabels(false)):progress5]
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.
32
33
-INPUT[progressBar(defaultValue(53), class(red-progress-bar))]
34
-```
+INPUT[progressBar(defaultValue(53), class(red-progress-bar)):progress6]
35
+```
0 commit comments