yarff
v0.0.1
Published
Yet Another React Form(ik) Framework: create complex forms via json
Downloads
1
Readme
yarff - Yet Another React Form(ik) Framework
Create complex forms via json
Install
npm install --save yarff
Usage
import React, { Component } from 'react'
import MyComponent from 'yarff'
import 'yarff/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © 5arias