Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/tag.json
Usage
import { Tag } from "@/components/ui/tag";<Tag>typescript</Tag>API Reference
Tag
| Prop | Type | Default |
|---|---|---|
children | ReactNode | required |
onRemove | () => void | undefined |
color | string | undefined |
variant | "default" | "outline" | "default" |