A notification that stacks, auto-dismisses, and can carry an action.
Copy the command below and run it in your terminal.
bunx @sivir/ui add toast
pnpm dlx @sivir/ui add toast
npx @sivir/ui add toast
yarn dlx @sivir/ui add toast
Import and fire toasts from your component:
import { toast } from '$lib/sivir/components/toast'; toast.success('Profile updated', { description: 'Your changes have been saved.' }); toast.error('Request failed', { description: 'Could not connect.' });
Toast variants for different notification types.