NO

Node Toolbar

@reactflow/node-toolbar

A toolbar component for React Flow that can be attached to a node.

Charts
react
node-based UI
graph
diagram
workflow
react-flow
@reactflow/node-toolbar
Charts
javascript
npm
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB

Installation

npm install @reactflow/node-toolbar

Code example

import { NodeToolbar } from "@reactflow/node-toolbar";

const data = [
  { name: "Jan", value: 12 },
  { name: "Feb", value: 18 },
];

export function Example() {
  return (
    <NodeToolbar data={data} width={420} height={240}>
      {/* series / axes from Node Toolbar */}
    </NodeToolbar>
  );
}

Pros & cons

Pros

  • Actively maintained by webk1d
  • 0 weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~60 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 0 open issues on GitHub

FAQs

Alternatives & similar libraries