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

Circular Progress

import { AXCircularProgressModule } from '@acorex/components/circular-progress'; Circular progress visually represents the percentage of an operation's progress within a circular format. It features customizable colors and stroke styles, providing a clear and dynamic way to indicate the status of ongoing tasks.

Overview

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

🔃

Primary

Usage

A simple example of using ax-circular-progress
Preview
Code

Using content inside

Circular progress can display specific contents or percentages inside
Preview
Code

Customization

Circular progress has the ability to adjust the size and stroke along with the color
Preview
Code

Indeterminate

Make it spin!
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-circular-progress-circle-size48pxDiameter of the circular progress indicator.
--ax-comp-circular-progress-stroke-size44pxDiameter of the inner circle (background) creating the stroke effect. Should be smaller than `circle-size`.
--ax-comp-progress-circular-inside-bg-colorvar(--ax-sys-color-lightest-surface(Background color of the inner circle.
--ax-comp-circular-progress-animation-duration1.5sDuration of the animation (indeterminate state).
--ax-comp-progress-circular-colorrgba(var(--ax-sys-color-primary-surface))Color of the progress arc. Uses the primary color.
--ax-comp-progress-circular-line-colorrgba(var(--ax-sys-color-primary-surface), 0.25)Color of the background arc. Uses the primary color with 25% opacity.

Props

sizenumber64Specifies the size of the circular progress indicator.
colorAXStyleColorType-|ghostSpecifies the color of the circular progress indicator.
strokenumber8Determines the stroke width of the circular progress indicator.
progressnumber0Specifies the progress value of the circular progress indicator.

Methods

ValueChange

number

Specifies the function to be called when the value of the circular progress indicator changes.
strokeChange

number

Specifies the function to be called when the stroke width of the circular progress indicator changes.
sizeChange

number

Specifies the function to be called when the size of the circular progress indicator changes.
colorChange

AXStyleColorType

Specifies the function to be called when the color of the circular progress indicator changes.
onOptionChanged

AXOptionChangedEvent

Specifies the function to be called when an option related to the circular progress indicator changes.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page