react-workflow-library
v1.0.3
Published
Made with create-react-library
Downloads
5
Readme
react-workflow-library
Made with create-react-library
Install
npm install --save react-workflow-library
Usage
import React, { Component } from 'react'
import MyComponent from 'react-workflow-library'
import 'react-workflow-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}