@cypherlab/react-flow-bundles
Bundles kit for @cypherlab/react-flow
[demo]
Install
yarn add @cypherlab/react-flow-bundlesUsage
import Flow from '@cypherlab/react-flow'
import FlowBundle from '@cypherlab/react-flow-bundles'
<Flow flows='one,two,three'>
{ flow => (<FlowBundle bundle="microdot" flow={flow} />) }
</Flow>See Live demo
FlowBundle options
| option | info |
|---|---|
| bundle | bundle to use |
Dev / Playground
Source files located in src directory.
Edit src/playground.js to build your playground.
yarn run dev