Toast
import { AXToastModule } from '@acorex/components/toast';
Overview
Primary
Bottom-center
Usage
Preview
Code
Design Tokens
--ax-comp-toast-text-color | var(--ax-sys-color-on-#{$name}-surface) | Text color of the toast. Uses the corresponding text color of the specified theme color (primary, success, danger, warning, or secondary) in variants. |
--ax-comp-toast-bg-color | var(--ax-sys-color-#{$name}-surface) | Background color of the toast. 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-toast-font-size | 0.875rem | Font size of the toast text. |
--ax-comp-toast-line-height | 1.25rem | Line height of the toast text. |
--ax-comp-toast-border-radius | var(--ax-sys-border-radius) | Border radius of the toast. Defaults to the system's border radius. |
--ax-comp-toast-progress-bg-color | var(--ax-sys-color-#{$name}-darker-surface) | Background color of the toast 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. |