Skip to content

Commit 6f73d3b

Browse files
committed
ProgressBar: add example that uses addLabels(false)
1 parent 19df567 commit 6f73d3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exampleVault/Input Fields/Progress Bar.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ progress1: -6
33
progress2: 0.7
44
progress3: 2
55
progress4: 2.6
6+
progress5: 60
67
---
78

89
```meta-bind
@@ -21,6 +22,11 @@ INPUT[progressBar(showcase, minValue(0), maxValue(10), stepSize(-1)):progress3]
2122
INPUT[progressBar(showcase, minValue(0), maxValue(10), stepSize(0.1)):progress4]
2223
```
2324

25+
The labels can be hidden if they are not required.
26+
27+
```meta-bind
28+
INPUT[progressBar(defaultValue(53), addLabels(false)):progress5]
29+
```
2430
With some snippets we can change the color of the progress bar.
2531

2632
```meta-bind

0 commit comments

Comments
 (0)