Toast#

Toast is a container for positioning alert notifications at the edges of the page.

Import#

TSX
import { Toast, Alert } from '@sigx/daisyui';

Basic Usage#

TSX
Loading preview...

Top Positions#

TSX
Loading preview...

Middle Positions#

TSX
Loading preview...

Bottom Positions#

TSX
Loading preview...

Multiple Alerts#

TSX
Loading preview...

With Custom Class#

TSX
Loading preview...

Props#

PropTypeDefaultDescription
positionToastPosition"bottom-end"Position of the toast container
classstringAdditional CSS classes

ToastPosition#

"top-start" | "top-center" | "top-end" | "middle-start" | "middle-center" | "middle-end" | "bottom-start" | "bottom-center" | "bottom-end"