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

Loading

import { AXLoadingModule } from '@acorex/components/loading'; Loading component is an essential tool for providing users with visual feedback during time-consuming operations. It offers the flexibility to display a spinner or loading container, customize spinner properties, and define the display region and location. This allows developers to create seamless loading indicators that improve user experience while maintaining a consistent and engaging design across Angular applications.

Overview

In this section, you can test different options of this component and see the output in real time
Container

Usage

A simple example of using loading.
Preview
Code

Region

Loading offers the flexibility to show the loading indicator on the entire screen, within a designated container, or associated with a specific HTML element. This enables developers to tailor the loading experience to the needs of their application and user interface.
Preview
Code

Loading spinner

Loading provides the flexibility to either show a standalone spinner or embed a spinner within a loading container. Developers can choose the appropriate method based on the specific use case and design preferences.
Preview
Code

Spinner size

You can pass size property for spinner size.
Preview
Code

Spinner stroke size

You can pass size property for spinner stroke size.
Preview
Code

Spinner color

Spinner can get color like Primary,Warning,Error, ...
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-loading-padding-x0.25remHorizontal padding of the loading indicator.
--ax-comp-loading-inner-scale0Initial scale of the inner elements of the loading indicator.
--ax-comp-loading-pulse-scale1.05Scale factor for the pulse animation.
--ax-comp-loading-animation-duration2sDuration of the pulse animation.
--ax-comp-loading-spinner-gap0.75remGap between elements within the loading spinner.
--ax-comp-loading-overlay-opacity0.85Opacity of the loading overlay backdrop.
--ax-comp-loading-overlay-bg-colorvar(--ax-sys-color-surface)Background color of the loading overlay backdrop. Defaults to the system's surface background color.
--ax-comp-loading-pane-outline-width2pxOutline width of the loading pane when focused.
--ax-comp-loading-pane-outline-offset2pxOutline offset of the loading pane when focused.
--ax-comp-loading-spinner-loader-height3remHeight of the loading spinner loader.
--ax-comp-loading-spinner-loader-width3remWidth of the loading spinner loader.
--ax-comp-loading-spinner-loader-border-width6pxBorder width of the loading spinner loader.
--ax-comp-loading-spinner-loader-border-colorvar(--ax-sys-color-#{$name}-surface)Border color of the loading spinner loader. Defaults to the ghost foreground color.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page