With status dot
flx/badge-04FreeBlock
A colored presence dot beside an outline label.
Install it
npx shadcn@latest add https://ui.flexnative.com/r/badge-04.jsonSource
1import { Badge } from '@/components/ui/badge'23export function Badge04() {4 return (5 <Badge variant="outline">6 <span className="size-1.5 rounded-full bg-emerald-500" aria-hidden />7 Online8 </Badge>9 )10}
What it pulls in
Other registry items
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 |
