← All Components

AnnouncementBanner

Dismissible top-of-page banner for announcements and promotions.

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

PropTypeDescription
childrenReactNodeBanner content
dismissiblebooleanShow close button (default true)
classNamestringAdditional classes on the root element

Usage

<AnnouncementBanner> Now in Public Beta — Try it free </AnnouncementBanner> <AnnouncementBanner dismissible={false}> Maintenance scheduled for tonight </AnnouncementBanner>