Progress Bar
import { AXProgressBarModule } from '@acorex/components/progress-bar';
Overview
Primary
Usage
ax-progress-bar
Preview
Code
Using Decorators
ax-prefix
, ax-suffix
at the beginning and end of the progress bar to display text or anything else. Preview
Code
Mode
mode
, you can specify how to display and function progress-barPreview
Code
Custom height
height
property Preview
Code
Design Tokens
--ax-comp-progress-bar-bg-color | var(--ax-sys-color-primary-surface) | this variable specifies the background color of the progress bar component. It is used to define the visual backdrop against which the progress indicator is displayed, ensuring clarity and alignment with the design theme. |