0.0.6 • Published 4 years ago

react-node-editor v0.0.6

Weekly downloads
23
License
-
Repository
github
Last release
4 years ago

react node editor is a graph based node editor written for reactjs.

  • simple
  • lightweight

Installation

npm install react-node-editor

Usage

import NodeEditor from 'react-node-editor'

export default function MyComponent() {

    return (
        <NodeEditor

        />
    )
}