Announcement Banner

Full-width tinted banner with a tag pill, headline, CTA button, and a dismiss control.

AnnouncementBeste v3 is now in open beta
Early access to the new editor, theming, and live previews.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Notification16 } from "@/components/beste/piece/notification16";

<Notification16
  tag="Announcement"
  title="Beste v3 is now in open beta"
  description="Early access to the new editor, theming, and live previews."
  action="Try it out"
  dismissible={true}
/>