Banner-2
hex-ui/banner-2FreeBlock
A full-width dismissible announcement bar
Live preview
live · rendered by the registry
Rendered by hex-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://hexui.sh/r/banner-2.jsonSource
1import { Banner } from "../../components/ui/banner"23export default function Page() {4 return (5 <div className="mx-auto flex min-h-screen w-full flex-col items-center">6 <Banner>7 {/* Copy swaps per breakpoint: short text on small screens, longer text on larger. */}8 <span className="font-semibold">Summer Sale is live</span>9 <span className="hidden sm:inline"> — up to 40% off on all plans.</span>10 <span className="sm:hidden"> · Up to 40% off </span>11 <span className="hidden md:inline"> No code needed.</span>12 <a href="#" className="ml-1 font-medium underline underline-offset-4">13 Shop now14 </a>15 </Banner>16 </div>17 )18}
What it pulls in
npm packages
Files it writes
More from hex-ui
All 34 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Banner-1banner-1 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-1cta-1 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-2cta-2 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-3cta-3 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-4cta-4 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Faq-1faq-1 | hex-ui | Blocks | Free | no deps · 3 files | |
| Faq-2faq-2 | hex-ui | Blocks | Free | no deps · 3 files | |
| Faq-3faq-3 | hex-ui | Blocks | Free | no deps · 2 files |
