Go to file
Maxime Renou 91af856655 AH BAH VOILA 2019-03-04 18:49:46 +01:00
dist AH BAH VOILA 2019-03-04 18:49:46 +01:00
src AH BAH VOILA 2019-03-04 18:49:46 +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 DatePicker 2019-03-04 17:48:43 +01:00
rollup.config.js Youhou 2019-03-01 12:22:51 +01:00
yarn.lock DatePicker 2019-03-04 17:48:43 +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