UNPKG

smartstepper

Version:

SmartStepper is a modern, customizable React stepper component for building multi-step forms, wizards, and onboarding flows. Integrates with react-hook-form, supports Yup/Zod validation, and offers a flexible, config-driven API for dynamic forms.

5 lines (4 loc) 174 B
export { Controller, useController } from 'react-hook-form'; export { default as SmartStepper } from './_component'; export * from './_hooks'; export type * from './_types';