Variable: Progress
@arolariu/components / Progress
Variable: Progress
constProgress:ForwardRefExoticComponent<Omit<ProgressProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/progress.tsx:36
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
// was this page useful?