Skip to content
Primitives

Tag

A removable or static label tag for categorization and filtering.

Preview:
1280px
TypeScriptReactNext.jsTailwindNode.js

Props

PropTypeDefaultDescription
color'default' | 'blue' | 'green' | 'purple' | 'orange' | 'red''default'Tag color scheme.
removablebooleanfalseShow a remove (x) button.
onRemove() => void-Called when the remove button is clicked.
childrenReactNode-Tag label.