Callout
Callout Component
Playground
ℹ
Information
This feature requires authentication.
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| variant | selectinfo | warning | success | error | tip | — | |
| title | text | — |
Info
ℹ
Information
This feature requires authentication.
Warning
⚠
Warning
This action cannot be undone.
Success
✓
Success
Deployment completed successfully.
Error
✗
Error
Build failed due to a type error.
Tip
💡
Pro Tip
Use keyboard shortcuts for faster navigation.
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
title | text | — | Callout title |
variant | select | — | Callout variant |
Using Callouttsx
import { Callout } from '@/components/Callout'
<Callout
variant="..."
title="..."
/>Tokens Used
No design tokens detected