feat(provider): add minZoom, maxZoom and fitViewOptions

This commit is contained in:
moklick
2025-04-15 13:06:49 +02:00
parent fe899263c9
commit c9415969eb
5 changed files with 90 additions and 9 deletions
@@ -177,6 +177,9 @@ function ReactFlow<NodeType extends Node = Node, EdgeType extends Edge = Edge>(
width={width}
height={height}
fitView={fitView}
fitViewOptions={fitViewOptions}
minZoom={minZoom}
maxZoom={maxZoom}
nodeOrigin={nodeOrigin}
nodeExtent={nodeExtent}
>