react-quick-forms

0.0.2 • Public • Published

react-quick-forms

A quick way to create forms in React

NPM JavaScript Style Guide

Install

npm install --save react-quick-forms

Usage

import React, { Component } from 'react'

import MyComponent from 'react-quick-forms'

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

License

MIT © bailycase

Readme

Keywords

none

Package Sidebar

Install

npm i react-quick-forms

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

16.4 kB

Total Files

6

Last publish

Collaborators

  • remoo