react-richcode-form

1.0.1 • Public • Published

react-richcode-form

A form component that uses `Formik` and `Yup&#x60 libs, and abstract the complexity of `Formik&#x60, 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

/react-richcode-form/

    Package Sidebar

    Install

    npm i react-richcode-form

    Weekly Downloads

    7

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    64.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • rich-code