Maintenance
flx/banner-09FreeBlock
Amber system notice with a pulsing status dot.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/banner-09.jsonSource
1import { Wrench } from 'lucide-react'23export function Banner09() {4 return (5 <div className="flex w-full flex-col gap-3 rounded-lg border border-amber-500/20 bg-amber-500/10 px-4 py-3.5 sm:flex-row sm:items-center">6 <span className="flex size-9 shrink-0 items-center justify-center rounded-full bg-amber-500/15 text-amber-600 dark:text-amber-400">7 <Wrench className="size-5" />8 </span>9 <div className="flex flex-1 flex-col gap-0.5">10 <div className="flex items-center gap-2">11 <span className="relative flex size-2">12 <span className="absolute inline-flex size-full animate-ping rounded-full bg-amber-500 opacity-75" />13 <span className="relative inline-flex size-2 rounded-full bg-amber-500" />14 </span>15 <p className="text-sm font-medium text-amber-800 dark:text-amber-200">16 Scheduled maintenance17 </p>18 </div>19 <p className="text-sm text-amber-700/80 dark:text-amber-300/80">20 Some services may be unavailable on Sunday, 02:00–04:00 UTC.21 </p>22 </div>23 <a24 href="#"25 className="text-sm font-medium text-amber-700 underline-offset-4 hover:underline dark:text-amber-300"26 >27 Status page28 </a>29 </div>30 )31}
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 |
