oks-ui

Navigation

Multi-step form flow with progress tracking, built on FormFieldSet.

Playground

Options

2 options across 2 groups

Appearance

Built-in step-header style.

Behavior & states

Prevents jumping steps by clicking the header -- forces a strictly linear flow.

Props

steps

SteppedFormStep[]

Default:

Ordered step definitions: { key, title, description?, fields?, content, isOptional? } (required).

backLabel / nextLabel / submitLabel

ReactNode

Default: "Back" / "Next" / "Submit"

Footer action button labels.