@piplup/rhf-adapters
v3.1.2
Published
A library designed to streamline the integration of react-hook-form with UI frameworks by managing boilerplate code.
Downloads
627
Maintainers
Readme
@piplup/rhf-adapters
This 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
.
Installation
npm install @piplup/rhf-adapters @piplup/rhf-core react-hook-form
or
yarn add @piplup/rhf-adapters @piplup/rhf-core react-hook-form
or
pnpm add @piplup/rhf-adapters react-hook-form
Components & Usage
Refer to storybook examples for list of available components and its usage.