Skip to main content

Variable: Progress

@arolariu/components


@arolariu/components / Progress

Variable: Progress

const Progress: 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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<Progress value={64} />

See

Base UI Documentation

// was this page useful?