A library designed to streamline the integration of react-hook-form with UI frameworks by managing boilerplate code.
npm install @piplup/rhf-adaptersThis package contains a set of useful components, hooks and adapter build on top of @piplup/rhf-core for integrating libraries like @mui/material, @mui/x-date-pickers, react-number-format, mui-chips-input, mui-one-time-password-input and more with react-hook-form.
``bash`
npm install @piplup/rhf-adapters @piplup/rhf-core react-hook-form
or
`bash`
yarn add @piplup/rhf-adapters @piplup/rhf-core react-hook-form
or
`bash``
pnpm add @piplup/rhf-adapters react-hook-form
Refer to storybook examples for list of available components and its usage.