x
1
2
3
<div onclick="alert("Click Badge")" class="inline-flex items-center gap-1 font-medium me-2 rounded-sm bg-blue-100 text-blue-800 dark:bg-blue-900 dark:text-blue-300 p-1 text-xs h-fit px-2.5 py-0.5">
click me badge
</div>
1
2
3
4
5
<%= fx_badge(
onclick: 'alert("Click Badge")'
) do %>
click me badge
<% end %>