A form component that uses `Formik` and `Yup` libs, and abstract the complexity of `Formik`, by providing methods for `form` elements
npm install --save react-richcode-form
import React, { Component } from 'react'
import MyComponent from 'react-richcode-form'
import 'react-richcode-form/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © chineduogada