Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Step
import { StepBar } from "@/ui/navigation/step-bar/components/StepBar"; export const MyComponent = () => { return ( <StepBar activeStep={2}> <StepBar.Step>Step 1</StepBar.Step> <StepBar.Step>Step 2</StepBar.Step> <StepBar.Step>Step 3</StepBar.Step> </StepBar> ); };
Was this page helpful?