<fieldset>
<legend class="text-bravo-900 mb-2 block font-bold text-lg"></legend>
<div class="flex gap-x-4">
</div>
</fieldset>
<fieldset>
<legend class="text-bravo-900 mb-2 block font-bold text-lg">{{label}}</legend>
<div class="flex gap-x-4">
{% for value in options %}
<label class="inline-flex items-center">
<input type="radio" class=" text-bravo-900 default-focus focus-within:ring-black" name="{{label}}" value="{{value}}">
<span class="ml-2 text-bravo-900">{{value}}</span>
</label>
{% endfor %}
</div>
</fieldset>
{
"siteName": "BIR Pattern Library"
}
No notes defined.