Circular Progress
import { AXCircularProgressModule } from '@acorex/components/circular-progress';
Overview
🔃
Primary
Usage
ax-circular-progress
Preview
Code
Using content inside
Preview
Code
Customization
Preview
Code
Indeterminate
Preview
Code
Design Tokens
--ax-comp-circular-progress-circle-size | 48px | Diameter of the circular progress indicator. |
--ax-comp-circular-progress-stroke-size | 44px | Diameter of the inner circle (background) creating the stroke effect. Should be smaller than `circle-size`. |
--ax-comp-progress-circular-inside-bg-color | var(--ax-sys-color-lightest-surface( | Background color of the inner circle. |
--ax-comp-circular-progress-animation-duration | 1.5s | Duration of the animation (indeterminate state). |
--ax-comp-progress-circular-color | rgba(var(--ax-sys-color-primary-surface)) | Color of the progress arc. Uses the primary color. |
--ax-comp-progress-circular-line-color | rgba(var(--ax-sys-color-primary-surface), 0.25) | Color of the background arc. Uses the primary color with 25% opacity. |
Props
size | number | 64 | Specifies the size of the circular progress indicator. |
color | AXStyleColorType | -|ghost | Specifies the color of the circular progress indicator. |
stroke | number | 8 | Determines the stroke width of the circular progress indicator. |
progress | number | 0 | Specifies 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. |