1.4.11 • Published 6 years ago
flowappplatform-appbuilder-graphs v1.4.11
App Builder Graphs
Install
npm install --save flowappplatform-appbuilder-graphs
Development with App Builder
cd into the project and run
npm link
and then cd into app-builder
project and run
npm link flowappplatform-appbuilder-graphs
Now, whenever you change anything in either project, the app-builder
will reload with new changes.
Usage
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.
1.4.11
6 years ago
1.4.10
6 years ago
1.4.9
6 years ago
1.4.8
6 years ago
1.4.7
6 years ago
1.4.6
6 years ago
1.4.5
6 years ago
1.4.4
6 years ago
1.4.3
6 years ago
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.2
7 years ago
1.3.1
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago