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
Rating by default uses a `warning-500` for filled and partially filled stars and `disabled-500` as an empty icon color. 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).
35
+
Rating by default uses a `warning-500` for filled and partially filled stars and `disabled-500` as an empty icon color.
36
+
37
+
<!--
38
+
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).
For better out-of-the-box accessibility, `SfRating` adds `role="img"` and an `aria-label` property with value `Rating: [Avg value] out of [Max value] stars` where the values are replaced with the actual values. This can be overridden by passing an `aria-label` property to the component.
61
+
-->
88
62
89
63
## Playground
90
64
91
-
<Generatestyle="height:400px" />
65
+
<Generateclass="playground" />
92
66
93
67
#tab-2
94
68
95
69
## Props
96
70
97
-
| Prop name | Type | Default value | Possible values |
0 commit comments