Skip to content
Primitives

Badge

A compact status or label chip with five variants, optional dot indicator, and removable option.

Preview:
1280px
SuccessWarningErrorInfoNeutralLiveRemovable

Props

PropTypeDefaultDescription
variant'success' | 'warning' | 'error' | 'info' | 'neutral''neutral'Color variant of the badge.
dotbooleanfalseShow a small dot indicator before the label.
removablebooleanfalseShow a remove (x) button.
onRemove() => void-Called when the remove button is clicked.
childrenReactNode-Badge label content.