components/wizard
@fungi.computer/caps / components/wizard
components/wizard
Section titled “components/wizard”Type Aliases
Section titled “Type Aliases”WizardStep
Section titled “WizardStep”WizardStep =
object
A named step. Values and validation remain in the caller’s form.
Properties
Section titled “Properties”id:
string
title:
string
content
Section titled “content”content:
ReactNode
Functions
Section titled “Functions”Wizard()
Section titled “Wizard()”Wizard(
__namedParameters):Element
Controlled step presentation, composable with one TanStack Form across steps.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”readonly WizardStep[]
current
Section titled “current”string
onStepChange
Section titled “onStepChange”(id) => void
disabled?
Section titled “disabled?”boolean = false
actions?
Section titled “actions?”ReactNode
Returns
Section titled “Returns”Element