Interface IIgrStepProps

Hierarchy

Hierarchy

  • IIgrStepProps

Properties

active?: string | boolean

Gets/sets whether the step is activе.

children?: ReactNode
className?: string
complete?: string | boolean

Gets/sets whether the step is completed.

Remarks

When set to true the following separator is styled solid.

disabled?: string | boolean

Gets/sets whether the step is interactable.

id?: string
invalid?: string | boolean

Gets/sets whether the step is invalid.

optional?: string | boolean

Gets/sets whether the step is optional.

Remarks

Optional steps validity does not affect the default behavior when the stepper is in linear mode i.e. if optional step is invalid the user could still move to the next step.

style?: CSSProperties