-
Notifications
You must be signed in to change notification settings - Fork 4
Progress Bar
anidivr edited this page Oct 30, 2022
·
2 revisions
A horizontal progress-bar for indicating progress
Name | Type | Default | Description |
---|---|---|---|
value | number | 0 | Current value clamped within min/max range |
min | number | 0 | Minimum value of progress |
max | number | 10 | Maximum value of progress |
width | number | 1 | Width of progress bar in meters |
height | number | 0.1 | Height of progress bar in meters |
progressheight | number | 0.08 | Height of progress bar display relative to control height |
backgroundmaterial | Material | Theme button material (color #505050) | Background material. Set to override with custom material |
progressmaterial | Material | Theme progress material (color lime) | Progress material. Set to override with custom material |
geometry | BufferGeoemtry | Rounded rectangle shape | Override to provide your own geometry |
None
<flat-ui-progress-bar [value]="slidervalue" [width]="0.98"></flat-ui-progress-bar>