Tooltip
import { AXTooltipModule } from '@acorex/components/tooltip';
Overview
Top
Usage
[axTooltip]
Preview
Code
Custom Template
AXTooltipComponent's
feature.Preview
Code
Design Tokens
--ax-comp-tooltip-bg-color | var(--ax-sys-color-dark) | defines the background color of the tooltip component. It ensures the tooltip has a visually distinct backdrop, improving readability and contrast against surrounding elements. |
--ax-comp-tooltip-text-color | var(--ax-sys-color-light) | this variable specifies the color of the text displayed within the tooltip component. It ensures the text is legible and provides sufficient contrast against the tooltip's background color. |
--ax-comp-tooltip-border-radius | 0.25rem | defines the border radius of the tooltip component. It determines the roundness of the tooltip's corners, contributing to its visual style and design consistency. |