TagProps
Hierarchy
-
ComponentPropsWithoutRef
<"div"
>↳
TagProps
Properties
color
• Optional
color: "blue"
| "cyan"
| "gray"
| "green"
| "orange"
| "pink"
| "purple"
| "red"
| "teal"
| "yellow"
Overrides
ComponentPropsWithoutRef.color
Defined in
packages/components/src/tag/tag.tsx:33 (opens in a new tab)
size
• Optional
size: "normal"
| "large"
Defined in
packages/components/src/tag/tag.tsx:44 (opens in a new tab)
variant
• Optional
variant: "primary"
| "secondary"