Badge
A small status descriptor for UI elements. Renders as a span with rounded-full styling.
DefaultSecondaryDestructiveOutline
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "secondary" | "destructive" | "outline" | "ghost" | "link" | "default" | Visual style variant |
| asChild | boolean | false | Merge props onto child element |
Import
import { Badge } from '@blastx/ui';