Component

Progress

Shows the completion progress of a task.

Install

Run the CLI to copy the source into your project.

pnpm dlx @stalk-ui/cli add @stalk-ui/progress

Examples

Live previews render through the docs app's PandaCSS codegen.

Theme
<Progress aria-label="Upload" value={42} />
Theme
<Progress aria-label="Sync" max={200} value={120} size="lg" />
Theme
<Progress aria-label="Loading" />

Props

Public component props extracted from the source TypeScript types.

PropTypeRequiredDefaultDescription
`size``ProgressSize`No--

Variants

Variant axes exposed by the underlying PandaCSS recipe or slot recipe.

VariantValues
`size``sm`, `md`, `lg`

Registry

Files this component contributes to your registry install.

  • Manifest: `/r/progress.json`
  • Recipe: `progress`
  • Files: `src/components/ui/progress.tsx`