Dialog
import { AXDialogModule } from '@acorex/components/dialog';
Overview
Primary
Alert
Vertical
Usage
Preview
Code
Asynchronous Process
AXDialogComponent's
feature.Preview
Code
Design Tokens
--ax-comp-dialog-icon-bg-color | --ax-sys-color-${color}-200 | this variable specifies the background color of the icon displayed in dialog components. It is used to visually emphasize the icon and provide a cohesive appearance in the dialog's design. |
--ax-comp-dialog-icon-text-color | --ax-sys-color-${color}-700 | defines the color of the text or icon displayed within the dialog's icon area. It ensures proper contrast and visibility against the icon's background color. |
--ax-comp-dialog-bg-color | --ax-sys-color-surface | defines the background color of dialog components. It sets the primary visual backdrop for the dialog, ensuring consistency and alignment with the overall design theme. |
--ax-comp-dialog-text-color | --ax-sys-color-on-surface | this variable specifies the color of the text displayed within dialog components. It ensures readability and proper contrast against the dialog's background color. |