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.

70 lines (69 loc) 1.94 kB
{ "name": "smartstepper", "description": "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.", "version": "2.1.2", "main": "./index.js", "module": "./index.js", "types": "./index.d.ts", "scripts": { "release": "release-it" }, "release-it": { "git": false }, "author": { "name": "Milad shirian dehkordi", "email": "milad.xsar72@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/Miladxsar23/smartstepper" }, "bugs": { "url": "https://github.com/Miladxsar23/smartstepper/issues", "email": "milad.xsar72@gmail.com" }, "license": "MIT", "keywords": [ "react", "react-stepper", "stepper", "multi-step-form", "form-wizard", "wizard", "onboarding", "react-hook-form", "form-validation", "yup", "zod", "dynamic-form", "form-builder", "react-form", "react-component", "step-navigation", "controlled-stepper", "customizable-stepper", "multi-step-wizard", "react-form-library", "form-unregister-fields", "state-machine-stepper", "checkout-flow", "user-onboarding" ], "dependencies": { "react-hook-form": "^7.48.2" }, "peerDependencies": { "react": "^18.2.0", "yup": "^1.6.1", "zod": "^3.25.67" }, "exports": { ".": { "import": "./index.js", "require": "./index.js", "types": "./index.d.ts" } }, "sideEffects": false }