A badge-like component for displaying labels or categories.
npx micomponents-cli add tagimport Tag from "@/components/ui/tag";<span className="inline-flex items-center gap-2 px-3 py-1 rounded-full text-sm font-medium bg-primary text-primary-foreground">
Tag
</span>| Prop | Type | Default | Description |
|---|---|---|---|
| variant | default | secondary | success | warning | danger | outline | default | The color variant of the tag |
| size | sm | md | lg | md | The size of the tag |