ProgressItem
Item displaying a progress bar.
Progress is determined by the value of the configured field. A max value (defaults to 100) can be configured using the max config.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this classProperties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of ProgressItem class, or subclass thereof.
-
Identifies an object as an instance of ProgressItem class, or subclass thereof.
CSS variables
CSS variables that can be set to adjust appearance| Name | Description |
|---|---|
| --b-task-board-progress-item-background | Background for the unfilled part of the progress bar |
| --b-task-board-progress-item-border | Border for the progress bar |
| --b-task-board-progress-item-border-radius | Border radius for the progress bar |
| --b-task-board-progress-item-color | Color for the filled part of the progress bar |
| --b-task-board-progress-item-height | Height of the progress bar |