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
By default, `SfProgressLinear` uses `primary-700` as the color of the bar (customizable by setting text color) and `neutral-300` as its background. You can change these values in your [Tailwind configuration](https://tailwindcss.com/docs/configuration#theme) or override them for a single element using [`important modifier`](https://tailwindcss.com/docs/configuration#important-modifier).
23
+
By default, `SfProgressLinear` uses `primary-700` as the color of the bar (customizable by setting text color) and `neutral-300` as its background.
24
+
25
+
<!--
26
+
You can change these values in your [Tailwind configuration](https://tailwindcss.com/docs/configuration#theme) or override them for a single element using [`important modifier`](https://tailwindcss.com/docs/configuration#important-modifier).
27
+
-->
32
28
29
+
<!--
33
30
::tip
34
31
Learn more about [overriding default styles](/customization/overriding-default-styles) in Storefront UI.
ProgressLinear uses native [`<progress>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) HTMLElement] to [allow screen readers treat it as an indicator of [progress status](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/progressbar_role).
55
+
-->
72
56
73
57
## Playground
74
58
75
-
<Generate />
59
+
<Generateclass="playground"/>
76
60
77
61
#tab-2
78
62
79
63
## Props
80
64
81
-
::vue-only
82
-
| Prop name | Type | Default value | Possible values |
0 commit comments