react-node-editor
v0.0.6
Published
__react node editor__ is a graph based node editor written for reactjs. - simple - lightweight
Downloads
4
Readme
react node editor is a graph based node editor written for reactjs.
- simple
- lightweight
Installation
npm install react-node-editorUsage
import NodeEditor from 'react-node-editor'
export default function MyComponent() {
return (
<NodeEditor
/>
)
}