Context Menu
Right-click menus for nodes and edges. Includes a built-in RadialMenu component with pie-slice layout, or use the contextMenu prop for fully custom menus.
Import
import { GraphCanvas, RadialMenu } from 'reagraph';
RadialMenu Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | MenuItem[] | — | Menu items (required) |
radius | number | 175 | Outer radius |
innerRadius | number | 25 | Inner radi |
[Description truncada. Veja o README completo no GitHub.]