Maxime c1620a5fc6 | ||
---|---|---|
dist | ||
src | ||
.babelrc | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.travis.yml | ||
README.md | ||
package.json | ||
rollup.config.js | ||
yarn.lock |
README.md
react-forms
Install
Add this line to your package.json dependencies :
"react-forms": "git+https://git.bluesquare.io/bluesquare-packages/react-forms.git",
Usage
import React, { Component } from 'react'
import MyComponent from 'react-forms'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}