0.0.2 • Published 5 years ago

@cypherlab/react-flow-bundles v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

@cypherlab/react-flow-bundles

Install

yarn add @cypherlab/react-flow-bundles

Usage

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

optioninfo
bundlebundle to use

Dev / Playground

Source files located in src directory.
Edit src/playground.js to build your playground.

yarn run dev