KB-303 · STEPFORM/RESUME/LATER
Resume Later Step Form
The long form that admits it is long: every section listed with what it asks for and how many minutes it takes, what is already done, and — the part that makes it usable — which sections somebody else has to fill in. A setup needing finance to supply payroll codes cannot be finished in one sitting, and a wizard that pretends otherwise strands people on step four.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/stepform-resume-later
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| sections | ResumeSection[] | — | Each section's ask, minutes, done state, and owner when it is not the reader. |
| savedLine / onContinue | string · (id) => void | — | The promise that makes leaving safe, and the way back in. |