Job Progress
A weighted multi-stage progress surface for work measured in minutes rather than seconds.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/job-progress.jsonAPI reference
Job Progress
| Prop | Type | Default | Description |
|---|---|---|---|
stages | JobStage[] | — | Defines weighted pending, running, and completed stages. |
eta | string | — | Displays expected remaining time. |
onCancel | () => void | — | Cancels the long-running job. |