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
<doc-exampletitle="Custom number of stars"file="QRating/Max" />
24
+
In the example below, when using the `icon-selected` prop, notice we can still use `icon` as well. The latter becomes the icon(s) when they are not selected.
<doc-exampletitle="Different icon when selected"file="QRating/SelectedIcon" />
25
27
26
-
<doc-exampletitle="Readonly and disable"file="QRating/ReadonlyDisable" />
28
+
<doc-exampletitle="Different icon for each rating"file="QRating/ArrayIcon" />
29
+
30
+
### Colors
31
+
32
+
<q-badgelabel="v1.5.0+" />
33
+
34
+
When using the `color-selected` prop, notice we can still use `color` as well. The latter becomes the color(s) of the icons when they are not selected.
35
+
36
+
<doc-exampletitle="Different color for each rating"file="QRating/Colors" />
0 commit comments