<Badge> ComponentBadges are non-interactive labels highlighting metadata such as status or categorization.
<div style={{ display: 'flex', gap: 16 }}><Badge variant="primary" theme="action" page="light">Badge</Badge></div>
| Name | Description |
|---|---|
children*string | The text that appears inside the badge. |
themestring | Styles the badge background and text color. |
variantstring | Variant styling based upon choosen theme. |
pagestring | Variant styling based page color |