Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cypherlab/react-flow-bundles

cypherlab6ISC0.0.2

@cypherlab/react-flow-bundles

readme

@cypherlab/react-flow-bundles

Bundles kit for @cypherlab/react-flow
[demo]

npm version lisence

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

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