Toast
Compact notification messages that appear temporarily. Four semantic variants with icon and title support.
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.
Context Examples
Real-world notification scenarios for common app actions.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
type | text | "info" | Variant: success, error, warning, info |
title | text | "" | Bold heading text |
message | text | "" | Description text |
children | content | - | Custom body content |