feat(docs): Add docs index page
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<ExamplesSidebar />
|
||||
<div id="vue-flow-examples" class="flex-1">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<DocsSidebar />
|
||||
<div id="vue-flow-docs" class="flex-1 flex flex-col items-center justify-center">
|
||||
<div class="p-6 text-left gap-2 w-1/2">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user