custom-react-workflow

2.1.2 • Public • Published

custom-react-form

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custom-react-form

Usage

import HelperLibrary from 'custom-react-workflow';
import React, { useEffect } from 'react'

function Example() {
    const HelperForm = new HelperLibrary(NewData,"vendex");
    let htmlElementId = "new";
    useEffect(() => {
      if(htmlElementId){
        HelperForm.draw({NewData,ApproverData},htmlElementId)
      }
    }, [htmlElementId])
  return (
    <div id="new"></div>     
  )
}

export default Example

License

MIT © anil-r-chauhan

Readme

Keywords

none

Package Sidebar

Install

npm i custom-react-workflow

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

7.37 MB

Total Files

7

Last publish

Collaborators

  • anilrchauhan