Schedule Card
A recurring agent job with human-readable timing, next run, and pause controls.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/schedule-card.jsonAPI reference
Schedule Card
| Prop | Type | Default | Description |
|---|---|---|---|
schedule | string | — | Describes the recurrence in human-readable language. |
nextRun | string | — | Displays the next execution time. |
status | active | paused | active | Communicates whether the scheduled job will run. |
onToggle | () => void | — | Pauses or resumes the schedule. |