Wrapper component for Material-UI .
See Storybook.
yarn add @aginix/mui-react-hook-form-input
Note 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.
yarn storybook
cd example
yarn install
yarn start
yarn build
yarn test