flowappplatform-appbuilder-graphs
Version:
Graph Module for Flow App Builder
39 lines (28 loc) • 633 B
Markdown
# App Builder Graphs
## Install
```bash
npm install --save flowappplatform-appbuilder-graphs
```
## Development with App Builder
cd into the project and run
```bash
npm link
```
and then cd into `app-builder` project and run
```bash
npm link flowappplatform-appbuilder-graphs
```
Now, whenever you change anything in either project, the `app-builder` will reload with new changes.
## Usage
```tsx
import * as React from 'react'
import KonvaGraphs from 'konva-graphs'
class Example extends React.Component {
render () {
return (
<KonvaGraphs graphs={graphs} />
)
}
}
```
Types provided along with package.