Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Dialog

import { AXDialogModule } from '@acorex/components/dialog'; Dialog component is a flexible UI element for displaying information, prompts, or actions to users in a focused way. It offers various types, colors, and orientations for customization, and can be configured as draggable or fixed. With features like overlay control, action buttons, and adaptive sizing, the Dialog provides a seamless, accessible experience for user interactions in different contexts.

Overview

In this section, you can test different options of this component and see the output in real time
Primary
Alert
Vertical

Usage

A simple example of using Dialog
Preview
Code

Asynchronous Process

Description of AXDialogComponent's feature.
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-dialog-icon-bg-color--ax-sys-color-${color}-200this 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}-700defines 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-surfacedefines 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-surfacethis variable specifies the color of the text displayed within dialog components. It ensures readability and proper contrast against the dialog's background color.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page