Problem to solve
Currently, on the VRating component, only color is passed to #item slot. It would be nice to have activeColor there for simpler configuration.
Proposed solution
Pass activeColor down as slot prop to #item in VRating component.
EDIT:
I did notice now that activeColor comes down as color inside props. It is slightly counter-intuitive, and could at least be specified in documentation.
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.