vuetifyjs/vuetify

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

Closed

#22 273 ouverte le 1 nov. 2025

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)TypeScript (40 995 stars) (7 139 forks)batch import
C: VRatingS: needs docs updateT: enhancementgood first issue

Description

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.

Guide contributeur