A few ways to put an update or announcement where it will be seen. Choose one and make the message yours.
With action
A clear title, a little context, and a secondary action.
Installation
npx @arctis-sh/@arctis-sh/ui@latest add banner-01Usage
import { Banner01 } from "@/components/blocks/banner/banner-01"<Banner01 />Dismissible
The same compact layout, with a close control when the notice is optional.
Installation
npx @arctis-sh/@arctis-sh/ui@latest add banner-02Usage
import { Banner02 } from "@/components/blocks/banner/banner-02"<Banner02 />Action and dismiss
An action and a close control, so the notice can be handled or dismissed.
Installation
npx @arctis-sh/@arctis-sh/ui@latest add banner-03Usage
import { Banner03 } from "@/components/blocks/banner/banner-03"<Banner03 />With icon
A leading icon, title, supporting line, and secondary action.
Installation
npx @arctis-sh/@arctis-sh/ui@latest add banner-04Usage
import { Banner04 } from "@/components/blocks/banner/banner-04"<Banner04 />Full bleed strip
An edge-to-edge bar for short, sitewide announcements.
Installation
npx @arctis-sh/@arctis-sh/ui@latest add banner-05Usage
import { Banner05 } from "@/components/blocks/banner/banner-05"<Banner05 />