# Material-UI React Hook Form Input

<a href="https://www.npmjs.com/@aginix/mui-react-hook-form-input"><img src="https://img.shields.io/npm/v/@aginix/mui-react-hook-form-input.svg" alt="NPM Version" /></a>
<a href="https://www.npmjs.com/@aginix/mui-react-hook-form-input"><img src="https://img.shields.io/npm/l/@aginix/mui-react-hook-form-input.svg" alt="Package License" /></a>
<a href="https://www.npmjs.com/@aginix/mui-react-hook-form-input"><img src="https://img.shields.io/npm/dm/@aginix/mui-react-hook-form-input.svg" alt="NPM Downloads" /></a>

## Description

Wrapper component for [Material-UI](https://github.com/mui-org/material-ui) .

See [Storybook](https://aginix.github.io/mui-react-hook-form-input).

## Installation

```bash
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.](https://github.com/Aginix/nestjs-firebase-admin)
