Basic
flx/banner-01FreeBlock
Icon, message, and a subtle bordered surface.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/banner-01.jsonSource
1import { Info } from 'lucide-react'23export function Banner01() {4 return (5 <div className="flex w-full items-center gap-3 rounded-lg border bg-card px-4 py-3 text-sm shadow-sm">6 <span className="bg-primary/10 text-primary flex size-8 shrink-0 items-center justify-center rounded-full">7 <Info className="size-4" />8 </span>9 <p className="text-muted-foreground">10 <span className="text-foreground font-medium">Heads up.</span> A new11 version of the dashboard is now available.12 </p>13 </div>14 )15}
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 |
