pipeline-react
v1.0.4
Published
a react component for show pipeline described by DAG
Downloads
3
Readme
pipeline-react
a react component for show pipeline described by DAG
install
npm install --save pipeline-react
how to use
use it such as a normal react component
import Pipeline, { IOriginSubtask } from 'pipeline-react';
a demo
the code is show here