Stepper API
API documentation for Stepper component
StepperRoot#
Props#
Defines valid properties in Stepper component.
State#
Defines valid state in Stepper component.
Exposes#
Defines the methods and properties exposed by Stepper component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Stepper component.
Types#
Instance
Instance of Stepper component.
| values |
|---|
| ComponentInstance<StepperRootProps, StepperRootState, StepperRootExposes> |
StepperList#
Props#
Defines valid properties in StepperList component.
Exposes#
Defines the methods and properties exposed by StepperList component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperList component.
| name | type | default | description |
|---|---|---|---|
| root | StepperListPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of StepperList component.
| values |
|---|
| ComponentInstance<StepperListProps, StepperListState, StepperListExposes> |
StepperStep#
Props#
Defines valid properties in StepperStep component.
Exposes#
Defines the methods and properties exposed by StepperStep component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperStep component.
| name | type | default | description |
|---|---|---|---|
| root | StepperStepPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of StepperStep component.
| values |
|---|
| ComponentInstance<StepperStepProps, StepperStepState, StepperStepExposes> |
StepperNumber#
Props#
Defines valid properties in StepperNumber component.
Exposes#
Defines the methods and properties exposed by StepperNumber component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperNumber component.
| name | type | default | description |
|---|---|---|---|
| root | StepperNumberPassThroughType<HTMLAttributes<HTMLSpanElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of StepperNumber component.
| values |
|---|
| ComponentInstance<StepperNumberProps, StepperNumberState, StepperNumberExposes> |
StepperTitle#
Props#
Defines valid properties in StepperTitle component.
Exposes#
Defines the methods and properties exposed by StepperTitle component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperTitle component.
| name | type | default | description |
|---|---|---|---|
| root | StepperTitlePassThroughType<HTMLAttributes<HTMLSpanElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of StepperTitle component.
| values |
|---|
| ComponentInstance<StepperTitleProps, StepperTitleState, StepperTitleExposes> |
StepperSeparator#
Props#
Defines valid properties in StepperSeparator component.
Exposes#
Defines the methods and properties exposed by StepperSeparator component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperSeparator component.
| name | type | default | description |
|---|---|---|---|
| root | StepperSeparatorPassThroughType<HTMLAttributes<HTMLSpanElement>> | null | Used to pass attributes to the root's DOM element. |
StepperPanels#
Props#
Defines valid properties in StepperPanels component.
Exposes#
Defines the methods and properties exposed by StepperPanels component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperPanels component.
| name | type | default | description |
|---|---|---|---|
| root | StepperPanelsPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
StepperPanel#
Props#
Defines valid properties in StepperPanel component.
Exposes#
Defines the methods and properties exposed by StepperPanel component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperPanel component.
| name | type | default | description |
|---|---|---|---|
| root | StepperPanelPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
StepperItem#
Props#
Defines valid properties in StepperItem component.
Exposes#
Defines the methods and properties exposed by StepperItem component.
| name | type | default | description |
|---|---|---|---|
| stepper | StepperRootInstance | null | The Stepper component instance. |
| active | boolean | null | Whether the step is active or not. |
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperItem component.
| name | type | default | description |
|---|---|---|---|
| root | StepperItemPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
StepperContent#
Props#
Defines valid properties in StepperContent component.
Exposes#
Defines the methods and properties exposed by StepperContent component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of StepperContent component.
| name | type | default | description |
|---|---|---|---|
| root | StepperContentPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
useStepper#
Props#
Defines valid properties in useStepper.
State#
Defines valid state in useStepper.
Exposes#
Defines the methods and properties exposed by useStepper.
Events#
useStepperChangeEvent
Event fired when the stepper's value changes.
Types#
Instance
Instance of useStepper headless.
| values |
|---|
| HeadlessInstance<useStepperProps, useStepperState, useStepperExposes> |