<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. |
theme string | Styles the badge background and text color. |
variant string | Variant styling based upon choosen theme. |
page string | Variant styling based page color |