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

Notification

import { AXNotificationModule } from '@acorex/components/notification'; The Notification component provides a flexible and interactive way to display messages to users. It supports various customization options, including color schemes, location on the screen, and auto-close functionality with adjustable timeout settings. The component can also show a visual progress indicator for the auto-close duration. Notifications are triggered programmatically via a function, making them highly adaptable for different use cases such as alerts, confirmations, or status updates in an Angular application.

Overview

In this section, you can test different options of this component and see the output in real time
Primary
Top-end

Usage

A simple example of using notification
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-notification-text-colorvar(--ax-sys-color-on-surface)Text color of the notification. Defaults to the system's surface text color.
--ax-comp-notification-bg-colorvar(--ax-sys-color-surface)Background color of the notification. Defaults to the system's surface background color.
--ax-comp-notification-font-size0.875remFont size of the notification text.
--ax-comp-notification-line-height1.25remLine height of the notification text.
--ax-comp-notification-border-width1pxBorder width of the notification.
--ax-comp-notification-border-colorvar(--ax-sys-border-color)Border color of the notification. Defaults to the system's border color.
--ax-comp-notification-border-radiusvar(--ax-sys-border-radius)Border radius of the notification. Defaults to the system's border radius.
--ax-comp-notification-icon-text-color--ax-sys-color-${color}-500Text color of the notification icon.Uses the specified theme color (primary, success, danger, warning, or secondary) at its 500 shade in most variants, surface colors in ghost variant.
--ax-comp-notification-progress-bg-color255, 255, 255, 0.46Background color of the notification progress bar. Uses the specified theme color (primary, success, danger, warning, or secondary) at its 800 shade in most variants, surface colors in ghost variant.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page