You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`type`|`String`|`linear`| Type of the progress bar, it can be `circular` or `linear`.|
28
29
|`value`|`Number`|`0`| Value of the current progress.|
29
30
31
+
## Theming
32
+
33
+
You can take a look to the `_config.scss` variables. The themed key for this component is `ToolboxProgress`, it should implement the following interface:
34
+
35
+
| Name | Description|
36
+
|:---------|:-----------|
37
+
|`buffer`| Used to style the buffer element in the linear progress.|
38
+
|`circle`| Used for the circle element in the circular progress.|
39
+
|`circular`| Used for the root element when the type is circular.|
40
+
|`indeterminate`| Added to the root element if mode is indeterminate.|
41
+
|`linear`| Used for the root element when the type is linear.|
42
+
|`multicolor`| Added to the root if the component is multicolor (circular).|
43
+
|`path`| Used for the inner path in the circular progress.|
44
+
|`value`| Used to style the value element in the linear progress.|
0 commit comments