You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
dist | 2 years ago | |
src | 2 years ago | |
.babelrc | 2 years ago | |
.editorconfig | 2 years ago | |
.eslintrc | 2 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 2 years ago | |
README.md | 2 years ago | |
package.json | 2 years ago | |
rollup.config.js | 2 years ago | |
yarn.lock | 2 years ago |
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 />
)
}
}