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.

4 lines (3 loc) 200 B
import { SmartStepperProps } from './_types'; declare const SmartStepper: <S extends string>({ config }: SmartStepperProps<S>) => import("react/jsx-runtime").JSX.Element; export default SmartStepper;