feat(docs): Nested demo

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 6fd1ebc3c1
commit 31cb99b7c8
3 changed files with 67 additions and 3 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ onPaneReady((i) => emit("pane", i));
<div
class="w-full h-[300px] md:min-h-[400px] shadow-xl rounded-xl font-mono uppercase border-1 border-secondary overflow-hidden">
<VueFlow>
<Controls class="!left-auto !right-[10px]" />
<Background pattern-color="#aaa" style="background: #f8f8f8" :gap="8" />
<Controls class="md:!left-auto md:!right-[10px]" />
<Background pattern-color="#aaa" :gap="16" />
</VueFlow>
</div>
</template>