Stepper api
NbStepperComponent
Inputs
Name | Type | Description |
orientation | NbStepperOrientation | Stepper orientation - |
disableStepNavigation | boolean | Disables navigation by clicking on steps. False by default |
linear | true | Allow moving forward only if the current step is complete |
selected | NbStepComponent | Selected step component |
selectedIndex | number | Selected step index |
Methods
Name | Description |
next() | returns: void Navigate to next step |
previous() | returns: void Navigate to previous step |
reset() | returns: void Reset stepper and stepControls to initial state |
NbStepComponent
Inputs
Name | Type | Description |
label | Step label | |
stepControl | Top level abstract control of the step | |
completed | boolean | Whether step is marked as completed. |
hidden | boolean | Whether step will be displayed in wizard |
Properties
Name | Type | Description |
content | TemplateRef<any> | Step content |
isLabelTemplate | boolean | Check that label is a TemplateRef. |
Methods
Name | Description |
reset() | returns: void Reset step and stepControl state |
select() | returns: void Mark step as selected |
Previous page
Accordion
Next page
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.