AlertBanner
Full-width notification banner with message, variant, and optional action.
Example
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
message | string | — | Required | Banner message text |
variant | 'info' | 'warning' | 'danger' | 'neutral' | — | No | Alert style |
icon | ReactNode | — | No | Leading icon |
action | ReactNode | — | No | Action element (button, link) |