Toast (Sonner)
Toast notification component.
Toast
Installation
1pnpm dlx shadcn@latest add @glasswave/toastUsage
1import { Toast } from 'glasswave';1<Toast message="Saved successfully" type="default" />API Reference
Toast
| Prop | Type | Default |
|---|---|---|
message | string | — |
type | "default" | "error" | "default" |
duration | number | 5000 |
position | "top-left" | "top-center" | "top-right" | "bottom-left" | "bottom-center" | "bottom-right" | "top-right" |