Progress
Displays an indicator showing the completion progress.
Preview
A preview of the Progress component with interactive controls.
Interactive
Installation
Add the Progress component to your project.
ng g @ng-cn/core:c progressUsage
Import and use the Progress component in your Angular application.
<Progress [value]="60" class="w-[60%]" />Examples
Explore different variations and use cases for the Progress component.
Basic
Interactive
API Reference
Props | Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | The progress value (0-100). |
class | string | — | Additional CSS classes to apply. |