0.0.1 • Published 4 years ago

yarff v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

yarff - Yet Another React Form(ik) Framework

Create complex forms via json

NPM JavaScript Style Guide

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

0.0.1

4 years ago