UNPKG

@vue-flow/minimap

Version:

This is a minimap component for Vue Flow. It can be used to add a minimap to the canvas, which will show a smaller version of the canvas with your nodes. The minimap can also be used to pan and zoom the main canvas.

16 lines (12 loc) 205 B
.vue-flow__minimap { background-color: #fff; } .vue-flow__minimap.pannable { cursor: grab; } .vue-flow__minimap.dragging { cursor: grabbing; } .vue-flow__minimap-mask.pannable { cursor: grab; }