Announcement bar
flx/banner-06FreeBlock
Full-width gradient promo with a New tag and arrow.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/banner-06.jsonSource
1import { ArrowRight } from 'lucide-react'23export function Banner06() {4 return (5 <div className="group flex w-full items-center justify-center gap-2 rounded-lg bg-gradient-to-r from-violet-600 via-fuchsia-600 to-orange-500 px-4 py-2.5 text-center text-sm font-medium text-white shadow-sm">6 <span className="rounded-full bg-white/20 px-2 py-0.5 text-xs font-semibold tracking-wide uppercase">7 New8 </span>9 <span>Introducing AI-assisted workflows — try it free for 14 days</span>10 <ArrowRight className="size-4 transition-transform group-hover:translate-x-0.5" />11 </div>12 )13}
Files it writes
More from flx
All 446 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Basicaccordion-01 | flx | Blocks | Free | no deps | |
| Multipleaccordion-02 | flx | Blocks | Free | no deps | |
| With iconsaccordion-03 | flx | Blocks | Free | no deps | |
| FAQaccordion-04 | flx | Blocks | Free | no deps | |
| Separated cardsaccordion-05 | flx | Blocks | Free | no deps | |
| Plus / minus iconaccordion-06 | flx | Blocks | Free | 1 dep | |
| Left chevronaccordion-07 | flx | Blocks | Free | 1 dep | |
| Rich contentaccordion-09 | flx | Blocks | Free | no deps |
