Components / Toast

Toast

6 types × 2 sizes. Non-intrusive feedback notifications with icon, title, optional description, and dismiss button.

import { Toast } from "@/components/slice/toast"

sm

success

Success message

error

Error message

warning

Warning message

info

Info message

loading

Loading message

default

Default message

md

success

Success Toast

Description text for the toast notification.

error

Error Toast

Description text for the toast notification.

warning

Warning Toast

Description text for the toast notification.

info

Info Toast

Description text for the toast notification.

loading

Loading Toast

Description text for the toast notification.

default

Default Toast

Description text for the toast notification.