Stepper
Stepper
Section titled “Stepper”Progress through steps.
import { Stepper, Step } from '@truongdq01/ui';
<Stepper activeStep={1}> <Step index={0} label="Account" /> <Step index={1} label="Billing" /> <Step index={2} label="Review" /></Stepper>;- Refer to the component props in the API reference or source for advanced configuration.