Skip to content

ToastSlotProps

ToastSlotProps = PlacementSlotProps & object

Props for ToastSlot. Extends PlacementSlotProps with toast-specific options.

optional duration?: number

Auto-dismiss duration in seconds. Set to 0 to disable. Default 5.

optional toastPosition?: "top-right" | "bottom-right" | "bottom-center"

Screen position for the toast notification. Default 'bottom-right'.