feat(examples): Add grouping example

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 368b0de1b6
commit ecd38b232b
4 changed files with 86 additions and 0 deletions
+3
View File
@@ -67,6 +67,9 @@ const toggleclasss = () => {
@node-click="onElementClick"
@load="onLoad"
>
<Background />
<MiniMap />
<Controls />
<div style="position: absolute; right: 10px; top: 10px; z-index: 4">
<button style="margin-right: 5px" @click="resetTransform">reset transform</button>
<button style="margin-right: 5px" @click="updatePos">change pos</button>