A suite of 20 reusable mui components for react-hook-form to minimize your time and effort in creating forms
Access the full documentation for rhf-mui-components, including setup instructions, API references, and examples:
Try out and experiment with the form components in a live environment:
Dive deeper and experiment with the package in an editable playground on CodeSandbox:
Run the setup script.
sh setup.sh
This will perform the following tasks:
- Install
node_modules
in workspace root - Build the
@nish1896/rhf-mui-components
package. - Link this package to
@nish1896/rhf-mui-demo
repo to test new and existing components
To apply any changes made to the package, rebuild it by running the command below:
yarn lib