Stepper
Design System - Stepper component

// Sample code
<Stepper
activeSteps=""
currentStep={1}
customSteps={{}}
direction="horizontal"
onChange={()=>{}}
onStepClick={()=>{}}
populators={{
name: 'stepper'
}}
props={{
labelStyles: {}
}}
style={{}}
totalSteps={5}
/>// Sample code
DigitStepper(
activeIndex: 1,
stepperList: [
StepperData(
title: 'vendor details',
onStepTap: (){},
),
const StepperData(
title: 'contact details',
),
const StepperData(
title: 'service details',
),
const StepperData(
title: 'worker details',
),
const StepperData(
title: 'Summary',
),
],
stepperDirection: Axis.horizontal,
inverted: true,
),Anatomy

Variants
Properties
Property Configuration Table
Property
Value
Default
Property
Value
Default
Interaction State
Behaviours
Usage Guide
Changelog
Date
Number
Notes
Design Checklist
Last updated
Was this helpful?












