Badge
import { AXBadgeModule } from '@acorex/components/badge';
Overview
Primary
Usage
ax-badge
Preview
Code
Using the badge in the button
ax-badge
tag to display the badge on the button and use CSS classes to determine its location.Preview
Code
Colors
Preview
Code
Look
Preview
Code
Text
Preview
Code
Mini badge
Preview
Code
Design Tokens
--ax-comp-badge-bg-color | var(--ax-sys-color-#{$name}-dark-surface) | Badge background color. Uses a theme color. |
--ax-comp-badge-border-color | var(--ax-sys-color-#{$name}-dark-surface) | Badge border color. Uses a theme color. |
--ax-comp-badge-border-radius | 9999px | Badge border radius (creates a pill shape). |
--ax-comp-badge-text-color | var(--ax-sys-color-on-#{$name}-dark-surface) | Badge text color. Uses a theme color. |
Props
color | string | primary | Sets the color theme of the badge. |
look | AXStyleLookType | solid | Determines the appearance of the badge. |
text | string | +999 | Sets the text content of the badge. |
miniBadge | boolean | false | Specifies whether the badge is displayed as a mini badge. |