Go to file
Maxime Renou c603974f3b fix 2019-03-01 12:24:11 +01:00
dist Youhou 2019-03-01 12:22:51 +01:00
src Youhou 2019-03-01 12:22:51 +01:00
.babelrc Youhou 2019-03-01 12:22:51 +01:00
.editorconfig Youhou 2019-03-01 12:22:51 +01:00
.eslintrc Youhou 2019-03-01 12:22:51 +01:00
.gitignore Youhou 2019-03-01 12:22:51 +01:00
.travis.yml Youhou 2019-03-01 12:22:51 +01:00
README.md fix 2019-03-01 12:24:11 +01:00
package.json fix 2019-03-01 12:24:11 +01:00
rollup.config.js Youhou 2019-03-01 12:22:51 +01:00
yarn.lock Youhou 2019-03-01 12:22:51 +01:00

README.md

react-forms

React form components

NPM JavaScript Style Guide

Install

npm install --save react-forms

Usage

import React, { Component } from 'react'

import MyComponent from 'react-forms'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Maxime Renou