Step API
API reference for the Step components.
Related
Explore these related pages for additional context and usage patterns.
| Page | Category |
|---|---|
| Step | Providers |
| createStep | Selection |
| Single | Providers |
Step.Root
Props
namespace
string | undefinedNamespace for dependency injection (must match StepItem namespace)
Default: "v0:step"
mandatory
boolean | "force" | undefinedControls 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[] | undefinedSlots
default
StepRootSlotPropsStep.Item
Props
Slots
default
StepItemSlotProps<V>