@corpsmap/schema-form
v1.3.0
Published
Add forms to your React.js app using a JSON schema document
Downloads
7
Keywords
Readme
schema-form
Made with create-react-library
Install
npm install --save schema-form
Usage
import React, { Component } from 'react'
import MyComponent from 'schema-form'
import 'schema-form/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © willbreitkreutz