Variants
Six contextual variants with built-in icons.
<div class="flex w-full max-w-lg flex-col items-center gap-3">
<x-components.alert variant="primary" title="Primary Alert" description="This is the subtext for your alert message. Add information or instructions here." />
<x-components.alert variant="secondary" title="Secondary Alert" description="This is the subtext for your alert message. Add information or instructions here." />
<x-components.alert variant="destructive" title="Destructive Alert" description="This is the subtext for your alert message. Add information or instructions here." />
<x-components.alert variant="info" title="Info Alert" description="This is the subtext for your alert message. Add information or instructions here." />
<x-components.alert variant="success" title="Success Alert" description="This is the subtext for your alert message. Add information or instructions here." />
<x-components.alert variant="warning" title="Warning Alert" description="This is the subtext for your alert message. Add information or instructions here." />
</div>