Components/Toast

Toast

Stacked, dismissible notifications anchored to a corner of the screen.


Installation

npx ajaxui add toast

Props

PropTypeDescription
titleReactNodeHeading text.
descriptionReactNodeBody text.
variant"default" | "success" | "error" | "warning" | "info"Visual style.
durationnumberAuto-dismiss after ms (0 disables).
positionstringOn <ToastProvider>: corner placement.