Toast
Toast is a container for positioning alert notifications at the edges of the page.
Import
import { Toast, Alert } from '@sigx/daisyui';
Basic Usage
Loading preview...
Top Positions
Loading preview...
Middle Positions
Loading preview...
Bottom Positions
Loading preview...
Multiple Alerts
Loading preview...
With Custom Class
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
position | ToastPosition | "bottom-end" | Position of the toast container |
class | string | — | Additional CSS classes |
ToastPosition
"top-start" | "top-center" | "top-end" | "middle-start" | "middle-center" | "middle-end" | "bottom-start" | "bottom-center" | "bottom-end"