@cypherlab/react-flow-bundles
v0.0.2
Published
@cypherlab/react-flow-bundles
Readme
@cypherlab/react-flow-bundles
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