A small label for status, counts or categories. With onRemove, a removable tag. Uses the same variant recipes as Button.
onRemove
<Badge color="success">Active</Badge><Badge onRemove={() => removeTag('react')}>react</Badge> Copy
<Badge color="success">Active</Badge><Badge onRemove={() => removeTag('react')}>react</Badge>
A small label for status, counts or categories. With
onRemove, a removable tag. Uses the same variant recipes as Button.