UNPKG

@nish1896/rhf-mui-components

Version:

A suite of 25+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.

52 lines (51 loc) 1.44 kB
{ "name": "@nish1896/rhf-mui-components", "version": "4.0.1", "description": "A suite of 25+ production-ready react-hook-form components built with material-ui. Fully typed, tree-shakable, and optimized for enterprise-grade forms.", "author": "Nishant Kohli", "homepage": "https://rhf-mui-components.vercel.app/", "repository": { "type": "git", "url": "https://github.com/nishkohli96/rhf-mui-components" }, "license": "MIT", "type": "module", "sideEffects": false, "peerDependencies": { "@mui/icons-material": "^6.0.0 || ^7.0.0", "@mui/material": "^6.0.0 || ^7.0.0", "@mui/x-date-pickers": "^7.0.0 || ^8.0.0", "react-hook-form": "^7.0.0" }, "exports": { "./package.json": "./package.json", ".": "./index.js", "./config": "./config/index.js", "./form-helpers": "./form-helpers/index.js", "./mui": "./mui/index.js", "./mui/*": "./mui/*/index.js", "./mui-pickers": "./mui-pickers/index.js", "./mui-pickers/*": "./mui-pickers/*/index.js", "./misc": "./misc/index.js", "./misc/*": "./misc/*/index.js" }, "types": "./index.d.ts", "keywords": [ "react-hook-form", "mui", "material-ui", "mui-v7", "mui-v6", "mui-v5", "react forms", "form validation", "form components", "typescript", "component library", "react ui", "mui components", "react form library", "rhf" ], "main": "./index.js" }