vuetifyjs/vuetify

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

Geschlossen

#22.273 geöffnet am 01.11.2025

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (7.139 Forks)batch import
C: VRatingS: needs docs updateT: enhancementgood first issue

Repository-Metriken

Stars
 (40.995 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 59T 10h) (8 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide