Callout¶
Highlighted message box for important information.
Usage¶
Props¶
| Prop | Type | Default | Description |
|---|---|---|---|
message |
string |
required | Callout text |
variant |
"info" \| "success" \| "warning" \| "error" |
"info" |
Visual variant |
title |
string |
- | Optional title line |
icon |
string |
- | Optional icon override |
style |
TextStyle |
- | Optional style override |