x
1
2
3
<div class="inline-flex items-center gap-1 font-medium me-2 rounded-sm bg-blue-100 dark:bg-blue-900 dark:text-blue-300 p-1 text-xs h-fit px-2.5 py-0.5 animate-bounce text-purple-600"> A different badge</div>
1
2
3
4
5
6
<%= fx_badge( class: 'animate-bounce text-purple-600', remove_class: 'text-blue-800') do %> A different badge<% end %>
No notes provided.
No params configured.