Made with create-react-library
npm install --save application-status-workflow
import React, { Component } from 'react'
import MyComponent from 'application-status-workflow'
import 'application-status-workflow/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}