Progress
@arolariu/components / Progress
Progress
Visualizes task completion with a styled track and animated indicator.
Remarks
- Renders a
<div>element by default - Built on Base UI Progress
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<Progress value={64} />
See
Type Aliases
// was this page useful?