execution-flow
v1.9.5
Published
execute library execution-input
Downloads
12
Readme
execution-flow
execute library execution-input
Install
npm install --save execution-flow
Usage
import React from 'react'
import {ExecutionFlow} from 'execution-flow'
const App = () => {
return (
<div>
<ExecutionFlow flowId={"45"} breadcrumb className="col-lg-4 col-md-8 col-12 m-auto"/>
</div>
)
};
export default App;
License
MIT © [frank carpio ](https://github.com/frank carpio )