1.0.0 • Published 5 years ago

react-workflow-editor v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

react-workflow-editor

Editor for workflow

Workflow Editor using React.

NPM JavaScript Style Guide

Install

npm install --save react-workflow-editor

Usage

import React, { Component } from 'react'

import MyComponent from 'react-workflow-editor'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © https://github.com/hrishabhkumar