vue-stars-rating
vue-stars-rating copied to clipboard
Add support for CSS variables
It is not currently possible to pass a CSS variable for fullStarColor
or emptyStarColor
.
Is it possible to add support for that please ?
@nash403 If you want the color to be adjusted dynamically you can make the binded start full and empty color reactive - wouldn't that solve what your trying to achieve?