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

Alert

import { AXAlertModule } from '@acorex/components/alert'; Alert displays important messages and comes in six types: primary, success, warning, danger, and secondary. It can be closed manually, include a footer button, or be positioned inline. You can also set an automatic closing time.

Overview

In this section, you can test different options of this component and see the output in real time
Congratulations!
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ea maxime quos atque animi reiciendis soluta, fugit exercitationem, sit unde tempore ipsam non nesciunt, nostrum harum rerum saepe? Aperiam, tempore doloremque?
Primary

Usage

A simple example of using ax-alert
Preview
Code

Inline

In linear mode, you can only use ax-title, ax-icon, ax-button and ax-close-button tags.
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-alert-bg-colorvar(--ax-sys-color-#{$name}-surface)Background color of the alert. Uses a theme color (primary, success, danger, warning, or secondary).
--ax-comp-alert-bg-color-opacity0.15Opacity of the alert's background color (0 = transparent, 1 = opaque).
--ax-comp-alert-border-colorvar(--ax-sys-color-#{$name}-surface)Border color of the alert. Uses a theme color (primary, success, danger, warning, or secondary).
--ax-comp-alert-border-radiusvar(--ax-sys-border-radius)Border radius of the alert. Uses the system's border radius.
--ax-comp-alert-title-content-text-colorvar(--ax-sys-color-on-lightest-surface)Text color for the alert's title and content. Uses the system's text color.
--ax-comp-alert-font-size0.875remFont size of the alert text.
--ax-comp-alert-line-height1.25remLine height of the alert text.
--ax-comp-alert-icon-colorvar(--ax-sys-color-#{$name}-surface)Color of the alert's icon. Uses a theme color (primary, success, danger, warning, or secondary).
--ax-comp-alert-icon-border-radius100%Border radius of the alert's icon (100% for a circular icon).
--ax-comp-alert-icon-line-heightnormalLine height of the alert's icon.
--ax-comp-alert-progress-bg-colorvar(--ax-sys-color-on-#{$name}-surface)Background color of the alert's progress bar. Uses a theme color (primary, success, danger, warning, or secondary).

Props

colorstringprimarySets the color theme of the alert.
timeOutbooleanfalseSpecifies whether the alert should automatically disappear after a timeout.
titlebooleantrueDetermines whether the alert has a title.
contentbooleantrueSpecifies whether the alert should include content text.
inlineButtonbooleanfalseDetermines whether an inline button is displayed within the alert.
footerButtonbooleantrueSpecifies whether a footer button is included in the alert.
closeButtonbooleanfalseDetermines whether a close button is displayed on the alert.
progressbarbooleanfalseSpecifies whether a progress bar is displayed in the alert.
textstring-Sets the text content of the alert.
lookAXStyleLookTypesolidDetermines the appearance of the alert.

Methods

colorChange

AXStyleColorType

Specifies the function to be called when the color of the alert changes.
onClosed

AXEvent

Specifies the function to be called when the alert is closed.
onOptionChanged

AXOptionChangedEvent

Specifies the function to be called when an option in the alert is changed.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page