Toast Notifications

Brief, transient messages for system feedback and status updates

What is it?

Toasts are small, temporary messages that appear on screen to notify users of success, error, or informational events. They should not block interaction and typically auto-dismiss after a short duration.
Mockdown
```
┌─────────────────────────┐
│ ✅ Saved successfully   │  (x)
└─────────────────────────┘
```

Characteristics:
- Non-blocking, dismissible
- Types: success, error, warning, info
- Accessible: announce via ARIA live regions

Layouts Using This Pattern

┌───────────────────────────────────────────────┐
│                                               │
│          Welcome! Let's get started.          │
│                                               │
│        Step: ●────●────●────○────○            │
│              1    2    3    4    5             │
│                                               │
│  ┌───────────────────────────────────────┐    │
│  │                                       │    │
│  │   What best describes your role?      │    │
│  │                                       │    │
│  │   ┌─────────────┐ ┌─────────────┐    │    │
│  │   │ 💻 Developer│ │ 🎨 Designer │    │    │
│  │   └─────────────┘ └─────────────┘    │    │
│  │   ┌─────────────┐ ┌─────────────┐    │    │
│  │   │ 📊 Manager  │ │ 🏢 Founder  │    │    │
│  │   └─────────────┘ └─────────────┘    │    │
│  │                                       │    │
│  └───────────────────────────────────────┘    │
│                                               │
│         [ ← Back ]        [ Next → ]          │
│                                               │
└───────────────────────────────────────────────┘
Onboarding

SaaS Multi-Step Onboarding Wizard

A guided 4-step onboarding flow for a SaaS product — covering profile setup, team invite, workspace configuration, and a success screen with next steps.

--onboarding--wizard--multi-step
Medium

Use these prompts to generate layouts built with this pattern.

Ready to build?

Use this pattern as inspiration when creating UI layouts with AI tools.