-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[Feature Request] Add activeColor to #item slot props for VRating #22273
Copy link
Copy link
Open
Labels
C: VRatingS: needs docs updateThe change requires an update to the documentationThe change requires an update to the documentationT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featuresgood first issueA quick-win fix that would be great for new contributorsA quick-win fix that would be great for new contributors
Milestone
Metadata
Metadata
Assignees
Labels
C: VRatingS: needs docs updateThe change requires an update to the documentationThe change requires an update to the documentationT: enhancementFunctionality that enhances existing featuresFunctionality that enhances existing featuresgood first issueA quick-win fix that would be great for new contributorsA quick-win fix that would be great for new contributors
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem to solve
Currently, on the
VRatingcomponent, onlycoloris passed to#itemslot. It would be nice to haveactiveColorthere for simpler configuration.Proposed solution
Pass
activeColordown as slot prop to#iteminVRatingcomponent.EDIT:
I did notice now that
activeColorcomes down ascolorinsideprops. It is slightly counter-intuitive, and could at least be specified in documentation.