Aginix / mui-react-hook-form-input

React Hook Form wrapper component for Material-UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material-UI React Hook Form Input

NPM Version Package License NPM Downloads

Description

Wrapper component for Material-UI .

See Storybook.

Installation

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.

Storybook

yarn storybook

Run an example

cd example
yarn install
yarn start

Build

yarn build

Run tests

yarn test

License

MIT © Aginix Technologies Co., Ltd.

About

React Hook Form wrapper component for Material-UI.

License:MIT License


Languages

Language:TypeScript 93.8%Language:JavaScript 4.9%Language:HTML 1.3%