Step API
API reference for the Step components.
Step.Root
Props
namespace
stringNamespace for dependency injection (must match StepItem namespace)
Default: "v0:step"
mandatory
boolean | "force"Controls mandatory step behavior: - false (default): No mandatory step enforcement - true: Prevents deselecting the last selected item - `force`: Automatically selects the first non-disabled item on registration
Default: false
modelValue
T | T[]Slots
default
StepRootSlotPropsStep.Item
Props
Slots
default
StepItemSlotProps<V>