Toast

Ephemeral notification toasts with auto-dismiss, variants, and optional actions.

Installation

npx dafink-ui add toast

Demo

bottom right · stacks upward

Props

NameTypeDefaultDescription
position'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right''bottom-right'Where toasts appear on screen.
titlestringundefinedBold heading text.
descriptionstringundefinedBody message.
variant'default' | 'success' | 'warning' | 'danger''default'Color and icon style.
durationnumber4000Auto-dismiss delay in ms.
action{ label: string; onClick: () => void }undefinedOptional action button.