react-richcode-form
v1.0.1
Published
A form component that uses `Formik` and `Yup` libs, and abstract the complexity of `Formik`, by providing methods for `form` elements
Downloads
6
Readme
react-richcode-form
A form component that uses `Formik` and `Yup` libs, and abstract the complexity of `Formik`, by providing methods for `form` elements
Install
npm install --save react-richcode-form
Usage
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 />
}
}
License
MIT © chineduogada