Skip to main content

Interface: StepperProps

@arolariu/components


@arolariu/components / StepperProps

Interface: StepperProps

Defined in: components/ui/stepper.tsx:13

Represents the configurable props for the Stepper component.

Remarks

Extends native <div> attributes so step progress indicators can expose data attributes, testing hooks, and ARIA metadata while remaining layout-flexible.

Extends

  • HTMLAttributes<HTMLDivElement>

Properties

steps

steps: readonly string[]

Defined in: components/ui/stepper.tsx:17

Labels for each step in the progress sequence.


activeStep

activeStep: number

Defined in: components/ui/stepper.tsx:21

Zero-based index of the currently active step.


orientation?

optional orientation?: "horizontal" | "vertical"

Defined in: components/ui/stepper.tsx:27

Visual orientation of the stepper layout.

Default

"horizontal"
// was this page useful?