Sticky top-of-page banner with optional link and dismiss for product announcements.
npx bouncekit@latest add announcementbarUsage
import { AnnouncementBar } from "@/components/marketing/announcement-bar"Props
| Prop | Type | Required | Description |
|---|---|---|---|
message | string | yes | Announcement message text. |
href | string | — | Optional link URL. |
linkLabel | string | — | Link text. Default: "Learn more". |
dismissible | boolean | — | Show dismiss button. Default: true. |