vuetifyjs/vuetify

[Feature Request] Add `activeColor` to `#item` slot props for `VRating`

Chiusa

#22.273 aperta il 1 nov 2025

 (3 commenti) (0 reazioni) (0 assegnatari)TypeScript (7139 fork)batch import
C: VRatingS: needs docs updateT: enhancementgood first issue

Metriche repository

Star
 (40.995 stelle)
Metriche merge PR
 (Merge medio 59g 10h) (8 PR mergiate in 30 g)

Descrizione

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.

Guida contributor