react-superforms
v3.0.2-7
Published
Supercharged forms with React components and hooks
Downloads
25
Readme
react-superforms
Supercharged forms with React components and hooks
Install
npm install --save react-superforms
Usage
import React, { Component } from 'react'
import MyComponent from 'react-superforms'
import 'react-superforms/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}