Full-width tinted banner with a tag pill, headline, CTA button, and a dismiss control.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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}
/>