Tag
import { AXTagModule } from '@acorex/components/tag';
Overview
Simple tag
MD
Default
Solid
Usage
ax-tag
Preview
Code
Colors
Preview
Code
Look
Preview
Code
Design Tokens
--ax-comp-tag-text-color | var(--ax-sys-color-on-lightest-surface) | Text color of the tag. Inherits from the parent by default. Uses theme colors in variants. |
--ax-comp-tag-font-size | 0.875rem | Font size of the tag text. |
--ax-comp-tag-line-height | 1.25rem | Line height of the tag text. |
--ax-comp-tag-border-width | 1px | Border width of the tag. |
--ax-comp-tag-border-color | var(--ax-sys-color-border-lightest-surface) | Border color of the tag. Uses theme colors in variants. |
--ax-comp-tag-bg-color | var(--ax-sys-color-lightest-surface) | Background color of the tag. Uses theme colors in variants. |
--ax-comp-tag-border-radius | var(--ax-sys-border-radius) | Border radius of the tag. Defaults to the system's border radius. |