All Variants

Four semantic types with title and message text.

Message Only

Compact toasts without a title for quick notifications.

Custom Content

Use children for richer content inside the toast body.

Build #482 deployed to production.

Context Examples

Real-world notification scenarios for common app actions.

Usage

<Toast type="success" title="Saved" message="Changes saved." /><Toast type="error" title="Error" message="Upload failed." /><Toast type="info" message="Copied to clipboard." /><Toast type="success" title="Deployed">Build #482 to prod.</Toast>

Props

PropTypeDefaultDescription
typetext"info"Variant: success, error, warning, info
titletext""Bold heading text
messagetext""Description text
childrencontent-Custom body content