execution-flow

execute library execution-input

Usage no npm install needed!

<script type="module">
  import executionFlow from 'https://cdn.skypack.dev/execution-flow';
</script>

README

execution-flow

execute library execution-input

NPM JavaScript Style Guide

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 )