Components / Canvas board

Canvas Board

A 2D spatial canvas for dragging and freely placing nodes.

Interactive Canvas

Drag nodes to reposition them. Hold Shift or click empty space to pan the canvas.

Start Hub
Processing Unit
Output Sink

MayaCanvasBoard API

Prop / EventTypeDefaultDescription
v-modelArray[]Array of nodes containing { id, x, y }.
@node-moveEventEmitted when a node is dropped/moved. Passes the updated node object.
#nodeSlotCustom rendering for nodes. Props: { node, index }.