workflow-library
v1.0.0
Published
Made with create-react-library
Downloads
2
Readme
workflow-library
Made with create-react-library
Install
npm install --save workflow-library
Usage
import React, { Component } from 'react'
import MyComponent from 'workflow-library'
import 'workflow-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © anil-r-chauhan