Loading
import { AXLoadingModule } from '@acorex/components/loading';
Overview
Container
Usage
Preview
Code
Region
Preview
Code
Loading spinner
Preview
Code
Spinner size
Preview
Code
Spinner stroke size
Preview
Code
Spinner color
Primary
,Warning
,Error
, ...Preview
Code
Design Tokens
--ax-comp-loading-padding-x | 0.25rem | Horizontal padding of the loading indicator. |
--ax-comp-loading-inner-scale | 0 | Initial scale of the inner elements of the loading indicator. |
--ax-comp-loading-pulse-scale | 1.05 | Scale factor for the pulse animation. |
--ax-comp-loading-animation-duration | 2s | Duration of the pulse animation. |
--ax-comp-loading-spinner-gap | 0.75rem | Gap between elements within the loading spinner. |
--ax-comp-loading-overlay-opacity | 0.85 | Opacity of the loading overlay backdrop. |
--ax-comp-loading-overlay-bg-color | var(--ax-sys-color-surface) | Background color of the loading overlay backdrop. Defaults to the system's surface background color. |
--ax-comp-loading-pane-outline-width | 2px | Outline width of the loading pane when focused. |
--ax-comp-loading-pane-outline-offset | 2px | Outline offset of the loading pane when focused. |
--ax-comp-loading-spinner-loader-height | 3rem | Height of the loading spinner loader. |
--ax-comp-loading-spinner-loader-width | 3rem | Width of the loading spinner loader. |
--ax-comp-loading-spinner-loader-border-width | 6px | Border width of the loading spinner loader. |
--ax-comp-loading-spinner-loader-border-color | var(--ax-sys-color-#{$name}-surface) | Border color of the loading spinner loader. Defaults to the ghost foreground color. |