mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix ids of custom size star ratings (#2038)
This commit is contained in:
5
.changeset/hungry-poets-speak.md
Normal file
5
.changeset/hungry-poets-speak.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Fix ids of custom size star ratings
|
||||
@@ -56,8 +56,8 @@ menu: base.stars-rating
|
||||
<div class="space-y">
|
||||
{% include ui/rating.html id="size-sm" value=3 size="sm" %}
|
||||
{% include ui/rating.html id="size-primary" value=3 %}
|
||||
{% include ui/rating.html id="size-red" value=3 size="md" %}
|
||||
{% include ui/rating.html id="size-lime" value=3 size="lg" %}
|
||||
{% include ui/rating.html id="size-md" value=3 size="md" %}
|
||||
{% include ui/rating.html id="size-lg" value=3 size="lg" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user