Banners
bundui/banners-03FreeComponent
Highlight promotions, announcements, or key messages with Tailwind CSS banner sections. These layouts combine bold visuals, concise copy, and strategic calls-to-action to capture attention. Perfect for marketing campaigns, landing pages, and SaaS platforms seeking a modern, high-impact, and conversion-focused presentation.
Live preview
live · rendered by the registry
Rendered by bundui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://bundui.io/r/banners-03.jsonSource
1export default function Example() {2 return (3 <>4 <div className="flex w-full flex-wrap items-center justify-between bg-gradient-to-r from-violet-500 to-purple-100 px-4 py-2 text-center text-sm font-medium text-white md:px-14">5 <p>Build Faster with Responsive Tailwind CSS Templates</p>6 <a7 href="https://prebuiltui.com"8 className="ml-3 flex items-center gap-1 rounded-lg bg-violet-50 px-3 py-1 text-violet-600 transition hover:bg-slate-100 active:scale-95">9 Explore now10 <svg11 width="14"12 height="14"13 viewBox="0 0 14 14"14 fill="none"15 xmlns="http://www.w3.org/2000/svg">16 <path17 d="M2.91797 7H11.0846"18 stroke="currentColor"19 strokeWidth="1.5"20 strokeLinecap="round"21 strokeLinejoin="round"22 />23 <path24 d="M7 2.9165L11.0833 6.99984L7 11.0832"25 stroke="currentColor"26 strokeWidth="1.5"27 strokeLinecap="round"28 strokeLinejoin="round"29 />30 </svg>31 </a>32 </div>3334 {/* fake content */}35 <div className="h-60"></div>36 </>37 );38}
Files it writes
More from bundui
All 217 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion-collapsible | bundui | Components | Free | no deps · 2 files | |
| Accordionaccordion-default | bundui | Components | Free | no deps | |
| Accordionaccordion-with-plus-icon | bundui | Components | Free | 2 deps | |
| Alertalert-danger | bundui | Components | Free | 1 dep | |
| Alertalert-default | bundui | Components | Free | no deps | |
| Alert Dialogalert-dialog | bundui | Components | Free | no deps | |
| Alertalert-success | bundui | Components | Free | 1 dep | |
| Alertalert-warning | bundui | Components | Free | 1 dep |
