# StepperItem >![](../../public_sys-resources/icon-note.gif) **NOTE:** >This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. The **** component provides an element for the **** component. ## Applicable Devices

Phone

Tablet

Smart TV

Wearable

Yes

Yes

No

No

## Required Permissions None ## Child Components This component supports only one child component. ## APIs StepperItem\(\) ## Attributes If the

Name

Type

Default Value

Description

prevLabel

string

-

When the stepper contains more than one page, the default value for all pages except the first page is **Back**.

nextLabel

string

-

When the stepper contains more than one page, the default value for the last page is **Start**, and the default value for other pages is **Next**.

status

ItemState

ItemState.Normal

Status of the stepper item.

- ItemState enums

Name

Description

Normal

Normal state, in which the text button on the right is displayed properly and can be clicked to go to the next stepper item.

Disabled

Disabled state, in which the text button on the right is dimmed and cannot be clicked to go to the next stepper item.

Waiting

Waiting state, in which a waiting progress bar instead of the text button on the right is displayed. The progress bar cannot be clicked to go to the next stepper item.

Skip

Skipped state, in which the current step item is skipped and the next step item is performed.

## Example See [Stepper](ts-container-stepper.md).