UNPKG

react-multi-form-step

Version:

A fully customizable and reusable multi-step form component built with **React Hook Form**, **Mantine UI**, **Tailwind CSS**, and **shadcn/ui**. This package makes it super easy to create multi-step forms with step-wise validation, custom layout, and sm

40 lines (39 loc) 867 B
{ "name": "react-multi-form-step", "version": "1.1.1", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepare": "npm run build" }, "keywords": [ "react", "form", "stepper", "multi-step", "react-hook-form", "mantine" ], "author": "Mohamed Mubarak", "repository": { "type": "git", "url": "git+https://github.com/Mohamed-Mubarak-142000/stepper-form-package.git" }, "license": "ISC", "peerDependencies": { "@mantine/core": "^8.1.1", "@tabler/icons-react": "^3.34.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.58.1" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "typescript": "^5.8.3" } }