19 lines
857 B
Plaintext
19 lines
857 B
Plaintext
<div class="toast-item pointer-events-auto relative flex w-full items-center justify-between
|
|
space-x-4 overflow-hidden rounded-md border border-border bg-background p-4
|
|
shadow-lg transition-all $$ExtraClasses$$"
|
|
role="alert">
|
|
<div class="grid gap-1">
|
|
$$Title$$
|
|
$$Description$$
|
|
</div>
|
|
<button type="button"
|
|
class="toast-close inline-flex h-8 w-8 shrink-0 items-center justify-center rounded-md
|
|
text-muted-foreground hover:text-foreground focus:outline-none focus:ring-1 focus:ring-ring"
|
|
aria-label="Dismiss">
|
|
<svg class="h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"
|
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M18 6 6 18"/><path d="m6 6 12 12"/>
|
|
</svg>
|
|
</button>
|
|
</div>
|