update(docs): Add all examples

This commit is contained in:
Braks
2021-11-06 08:54:35 +01:00
parent 61779638ac
commit e99dfc3dd2
54 changed files with 2582 additions and 285 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ const examples = [
label: 'Unidirectional',
},
{
path: '/updateable-edge',
path: '/updatable-edge',
label: 'Updatable Edge',
},
{
@@ -119,7 +119,7 @@ const examples = [
</template>
<style>
.example-link {
@apply text-md text-white hover:text-black mt-2 p-2 underline;
@apply text-lg text-white hover:text-black py-2 underline;
}
aside {
border-right: 1px solid #eee;