npm install --save react-falcon-form
import React, { Component } from 'react'
import { InputText } from 'react-falcon-form'
class Example extends Component {
render () {
return (
<InputText />
)
}
}
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
MIT © leond08