Components · Feedback
Highlighted content block for tips, warnings, or notes.
import { Callout } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| tone | 'neutral' | 'info' | 'success' | 'warning' | 'danger' | — | — | Semantic colour tone of the callout. |
| title | string | — | — | Bold title rendered at the top of the callout. |
| icon | ReactNode | — | — | Custom icon rendered beside the title. |