0.2.3 • Published 5 years ago
@aginix/mui-react-hook-form-input v0.2.3
Material-UI React Hook Form Input
Description
Wrapper component for Material-UI .
See Storybook.
Installation
yarn add @aginix/mui-react-hook-form-inputNote that @aginix/mui-react-hook-form-input has peer-dependencies on @material-ui/core, @material-ui/pickers and react-hook-form and @hookform/error-message all of which can also be installed from npm if your project doesn't already use them.
Storybook
yarn storybookRun an example
cd example
yarn install
yarn startBuild
yarn build
Run tests
yarn test