Getting Started
Foundations
Components
Search for a command to run...
Sonner provides elegant, animated toast notifications that appear at the edge of the screen to communicate status updates, success messages, errors, or other brief information. Toasts automatically dismiss after a few seconds and can be stacked when multiple notifications appear simultaneously.
import { Toaster } from "@strongtie/design-system/toaster"All components accept standard HTML attributes and React props.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
Ensure proper accessibility attributes are added when implementing this component.