vuetifyjs/vuetify

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

クローズ

#22,273 opened on 2025/11/01

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (7,139 件のフォーク)batch import
C: VRatingS: needs docs updateT: enhancementgood first issue

Repository metrics

Stars
 (40,995 個のスター)
PR merge metrics
 (平均マージ 59d 10h) (30d で 8 merged PRs)

説明

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.

コントリビューターガイド