7 lines
233 B
HTML
7 lines
233 B
HTML
|
<c-vars color="gray" />
|
||
|
<div class="inline-flex rounded-md shadow-sm" role="group">
|
||
|
{% for button in buttons %}
|
||
|
<c-button-group-button-sm :href=button.href :text=button.text :color=button.color />
|
||
|
{% endfor %}
|
||
|
</div>
|