Default
Now in Public Beta — Try it free for 14 days
Non-dismissible
Scheduled maintenance on March 30, 2026 from 2:00–4:00 AM UTC
Props
| Prop | Type | Description |
|---|---|---|
| children | ReactNode | Banner content |
| dismissible | boolean | Show close button (default true) |
| className | string | Additional classes on the root element |
Usage
<AnnouncementBanner>
Now in Public Beta — Try it free
</AnnouncementBanner>
<AnnouncementBanner dismissible={false}>
Maintenance scheduled for tonight
</AnnouncementBanner>