variant | 'default' | 'secondary' | 'outline' | 'destructive' (optional) | The style variant of the badge. Options include 'default', 'secondary', 'outline', and 'destructive'. |
text | string (optional) | The text content of the badge. |
href | string (optional) | The URL the badge links to, transforming it into an anchor badge. |
target | React.HTMLAttributeAnchorTarget (optional) | Specifies where to open the linked document (if href is provided). |
locale | string (optional) | Locale of the link (if href is provided). |
customLinkComponent | LinkComponent (optional) | Custom link component for the anchor badge (if href is provided). |
className | string (optional) | Custom CSS class for additional styling. |