Alert

You have 10 messages
Hey!
Ho!
I am using the default slot.
With actions
Hi
I have a shadow
Dismissible
Click the close icon
<x-alert title="You have 10 messages" icon="o-exclamation-triangle" />
 
<x-alert title="Hey!" description="Ho!" icon="o-home" class="alert-warning" />
 
<x-alert icon="o-exclamation-triangle" class="alert-success">
I am using the <strong>default slot.</strong>
</x-alert>
 
<x-alert title="With actions" description="Hi" icon="o-envelope" class="alert-info">
<x-slot:actions>
<x-button label="See" />
</x-slot:actions>
</x-alert>
 
<x-alert title="I have a shadow" icon="o-exclamation-triangle" shadow />
 
<x-alert title="Dismissible" description="Click the close icon" icon="o-exclamation-triangle" dismissible />

maryUI
Sponsor