1.0.1 • Published 4 years ago

react-richcode-form v1.0.1

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

react-richcode-form

A form component that uses `Formik` and `Yup` libs, and abstract the complexity of `Formik`, by providing methods for `form` elements

NPM JavaScript Style Guide

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