docs(examples): add simple layout example (#1678)

* docs(examples): cleanup animated layout example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(docs,deps): update deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* docs(examples): add animated and simple layout examples

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-11-05 15:53:16 +03:00
committed by GitHub
parent f3075bc246
commit 61f4b0d447
13 changed files with 959 additions and 363 deletions
+8 -1
View File
@@ -202,7 +202,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
collapsed: false,
items: [
{ text: 'Basic', link: '/examples/' },
{ text: 'Layouting', link: '/examples/layout' },
{ text: 'Drag & Drop', link: '/examples/dnd' },
{ text: 'Interactions', link: '/examples/interaction' },
{ text: 'Save & Restore', link: '/examples/save' },
@@ -217,6 +216,14 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
{ text: 'Stress Test', link: '/examples/stress' },
],
},
{
text: 'Layout',
collapsed: false,
items: [
{ text: 'Simple Layout', link: '/examples/layout/simple' },
{ text: 'Animation & Layout', link: '/examples/layout/animated' },
],
},
{
text: 'Nodes',
collapsed: false,