Rails-Elements / components / _alert.html.erb
_alert.html.erb
Raw
<div class="p-4 mb-4 text-sm text-<%= color%>-800 rounded-lg bg-<%= color%>-50 dark:bg-gray-800 dark:text-blue-400" role="alert">
    <span class="font-medium"><%= text%></span>
</div>