Stepper api

Overview
API
Theme
Examples

NbStepperComponent

Inputs

NameTypeDescription
orientationNbStepperOrientation

Stepper orientation - horizontal|vertical

disableStepNavigationboolean

Disables navigation by clicking on steps. False by default

lineartrue

Allow moving forward only if the current step is complete

selectedNbStepComponent

Selected step component

selectedIndexnumber

Selected step index

Methods

NameDescription
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

NameTypeDescription
label

Step label

stepControl

Top level abstract control of the step

completedboolean

Whether step is marked as completed.

hiddenboolean

Whether step will be displayed in wizard

Properties

NameTypeDescription
contentTemplateRef<any>

Step content

isLabelTemplateboolean

Check that label is a TemplateRef.

Methods

NameDescription
reset()
returns:void

Reset step and stepControl state

select()
returns:void

Mark step as selected

Reveal Card
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.