lx-progress is a directive that create a circular or a linear progress.
This component has been completly reworked since LumX beta version (v0.3.96).
Please refer to the updated documentation.
| Parameter | Type | Default | Description |
|---|---|---|---|
| lx-color | string |
primary |
Define the progress color. Options: colors defined in colors and sizes section in dist/scss/core/settings/defaults.scss |
| lx-diameter | string |
100 |
The progress scale defined in percent value. Only available with the circular progress. |
| lx-type* | string |
Define the progress type. Options: circular, linear |
|
| lx-value | number |
Define the progress value in percentage (0 to 100). |