@emanon/ema-progress
v0.3.2
Published
## Overall Used to indicate task advances.
Downloads
47
Keywords
Readme
ema-progress
Overall
Used to indicate task advances.
Properties
| Property | Attribute | Type | Default | Description |
|-----------------|-----------------|----------------------------------|----------|--------------------------------------------------|
| active
| active
| boolean
| true | If false, indeterminate bar animation will be disabled. |
| indeterminate
| indeterminate
| boolean
| false | hether task advances is indeterminate or not. |
| percent
| percent
| number
| 0 | How well a task has proceeded. |
| size
| size
| "large" \| "medium" \| "small"
| "medium" | Used to determine the height of the component. |
CSS Custom Properties
| Property | Default | Description |
|-------------------------------|-----------|--------------|
| --ema-c-progress-barColor
| "#5289ea" | Bar color. |
| --ema-c-progress-trailColor
| "#80a6ea" | Trail color. |