React Component Node Style Demo
This demo presents the React component node style that uses a React component to visualize nodes.
To start the demo
-
Go to the demo's directory
demos-ts/style/react-component-node-style. - Run
npm install. - Run
npm run dev.
This will compile the app and launch a dev server that will serve the demo application. Source code changes will be compiled and displayed automatically.