Notification
import { AXNotificationModule } from '@acorex/components/notification';
Overview
Primary
Top-end
Usage
Preview
Code
Asynchronous Process
AXDialogComponent's
feature.Preview
Code
Design Tokens
--ax-comp-notification-text-color | var(--ax-sys-color-on-surface) | Text color of the notification. Defaults to the system's surface text color. |
--ax-comp-notification-bg-color | var(--ax-sys-color-surface) | Background color of the notification. Defaults to the system's surface background color. |
--ax-comp-notification-font-size | 0.875rem | Font size of the notification text. |
--ax-comp-notification-line-height | 1.25rem | Line height of the notification text. |
--ax-comp-notification-border-width | 1px | Border width of the notification. |
--ax-comp-notification-border-color | var(--ax-sys-border-color) | Border color of the notification. Defaults to the system's border color. |
--ax-comp-notification-border-radius | var(--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}-500 | Text 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-color | 255, 255, 255, 0.46 | Background 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. |