Compare commits

...

No commits in common. "main" and "master" have entirely different histories.
main ... master

1 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,13 @@
# react-forms
> React form components
[![NPM](https://img.shields.io/npm/v/react-forms.svg)](https://www.npmjs.com/package/react-forms) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
Add this line to your package.json dependencies :
```bash
"react-forms": "git+https://git.bluesquare.io/bluesquare-packages/react-forms.git",
npm install --save react-forms
```
## Usage
@ -23,3 +25,7 @@ class Example extends Component {
}
}
```
## License
MIT © [Maxime Renou](https://github.com/maximerenou)