Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/vnext/docs/components/general/step-indicator.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Step Indicator ​

ts
import { XerStepIndicator } from "@xerius/codey-components";

Showcases ​

Default ​

Large ​

With Step Array ​

Props ​

NameTypeDefaultRequiredDescription
totalNumber0falseThe total number of steps.
currentNumberfalseThe current step position.
largeBooleanfalsefalseIndicates the steps are show larger.
completedBooleanfalsefalseIf set to true, the steps are complete.
stepsArray (Boolean, number, object)[]falseAllows to set a status for each step.
dataAutomationIdStringstep_indicatorfalseThe data automation id value.

Events ​

NameParametersDescription
click-stepStep index: numberEmitted when a step is clicked.

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/vnext/docs/components/general/step-indicator.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Last updated: