|
Step Progress
Multi-step progress indicator for wizards and flows
LOCALHOST:3000
[1] -> [2] -> [ ] -> [ ]
NORMAL100%
InstallationBASH
npx siddcn add progress-stepUsageTSX
import { StepProgress } from 'siddcn';
export default function App() {
return <StepProgress currentStep={2} totalSteps={4} />;
}