Horizontal steps
EuiStepsHorizontal should be used when forms/setup instructions can and should be split into multiple pages. Each step should correspond to an individual page of form elements, using the
status
key to denote the user's progress.For horizontal steps, the status
key defaults to "incomplete"
and the default filled styling is reserved for indicating "current"
status.
Use the size
property to generate smaller step circles.
Loading...
Props
EuiStepsHorizontal
Extends HTMLAttributes
Prop | Description and type | Default value |
---|---|---|
Prop steps# | Description and type An array of Omit<EuiStepHorizontalProps, "step">[] | Default value Required |
Prop size# | Description and type Type: "xs" | "s" | "m" | Default value m |
Prop className# | Description and type Type: string | Default value |
Prop aria-label# | Description and type Defines a string value that labels the current element. string | Default value |
Prop data-test-subj# | Description and type Type: string | Default value |
Prop css# | Description and type Type: Interpolation<Theme> | Default value |
EuiStepHorizontal
Extends ButtonHTMLAttributes