Skip to content

This is Custom React Form. You are free to contribute

Notifications You must be signed in to change notification settings

leond08/react-falcon-form

Repository files navigation

react-falcon-form

NPM JavaScript Style Guide

Install

npm install --save react-falcon-form

Usage

import React, { Component } from 'react'

import { InputText } from 'react-falcon-form'

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

Development

Install the dependencies

npm install

Build the module

npm start

You can view the examples in example folder

Go to example folder

npm install

npm start

License

MIT © leond08

About

This is Custom React Form. You are free to contribute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published