@quantabit/step-sdk
v1.0.2
Published
Step wizard and progress indicator components
Downloads
409
Maintainers
Readme
@quantabit/step-sdk
Step wizard and progress indicator components
Components
- Steps — Horizontal step indicator with done/active/pending
- VerticalSteps — Vertical timeline steps
- StepWizard — Full wizard container with prev/next
- useSteps — Hook with current/next/prev/goTo
import { Steps, StepWizard, useSteps } from '@quantabit/step-sdk';
<Steps current={1} items={['Account','Profile','Review']} />
const { current, next, prev } = useSteps(3);License
MIT © QuantaBit Team
🌐 Brand & Links
- Official Mainnet: QuantaBit Chain
- Developer Platform: Developer Platform
- Open Platform: Open Platform
- Payment Platform: Pay Platform
- Feedback: Feedback
