robsontenorio / mary

Laravel Blade UI Components for Livewire 3
https://mary-ui.com
Other
804 stars 88 forks source link

Rating: new component #486

Closed bestmomo closed 2 weeks ago

bestmomo commented 3 weeks ago

Daisy rating component in Mary

{{-- simple --}}
<x-rating name="rating-1" checked="2" />
<br><br>
{{-- mask-star-2 with warning color --}}
<x-rating name="rating-2" checked="2" color="bg-orange-400" />
<br><br>
{{-- size --}}
<x-rating name="rating-3" checked="2" color="bg-green-400" size="lg" />
<br><br>
{{-- half stars  --}}
<x-rating name="rating-4" checked="7" color="bg-blue-400" halfStars />
<br><br>
{{-- with `rating-hidden` --}}
<x-rating name="rating-5" checked="5" color="bg-purple-400" ratingHidden />

Capture d'écran 2024-06-14 133246

robsontenorio commented 2 weeks ago

Thanks!

I had to modify the API, because it won't work as you expect.

image
robsontenorio commented 2 weeks ago
image