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: voidNavigate to next step |
| previous() | returns: voidNavigate to previous step |
| reset() | returns: voidReset 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: voidReset step and stepControl state |
| select() | returns: voidMark 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.
