Skip to content

Commit 2fcb5ba

Browse files
author
dasathyakuma
committed
first set of changes
1 parent c939785 commit 2fcb5ba

File tree

42 files changed

+3302
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3302
-61
lines changed

docs/config.json

Lines changed: 63 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@
99
{
1010
"label": "Getting Started",
1111
"children": [
12-
{ "label": "Introduction", "to": "introduction" },
13-
{ "label": "Installation", "to": "installation" }
12+
{
13+
"label": "Introduction",
14+
"to": "introduction"
15+
},
16+
{
17+
"label": "Installation",
18+
"to": "installation"
19+
}
1420
],
1521
"frameworks": [
1622
{
@@ -34,7 +40,10 @@
3440
{
3541
"label": "solid",
3642
"children": [
37-
{ "label": "Solid Virtual", "to": "framework/solid/solid-virtual" }
43+
{
44+
"label": "Solid Virtual",
45+
"to": "framework/solid/solid-virtual"
46+
}
3847
]
3948
},
4049
{
@@ -54,14 +63,29 @@
5463
"to": "framework/vue/vue-virtual"
5564
}
5665
]
66+
},
67+
{
68+
"label": "marko",
69+
"children": [
70+
{
71+
"label": "Marko Virtual",
72+
"to": "framework/marko/marko-virtual"
73+
}
74+
]
5775
}
5876
]
5977
},
6078
{
6179
"label": "Core APIs",
6280
"children": [
63-
{ "label": "Virtualizer", "to": "api/virtualizer" },
64-
{ "label": "VirtualItem", "to": "api/virtual-item" }
81+
{
82+
"label": "Virtualizer",
83+
"to": "api/virtualizer"
84+
},
85+
{
86+
"label": "VirtualItem",
87+
"to": "api/virtual-item"
88+
}
6589
]
6690
},
6791
{
@@ -236,8 +260,41 @@
236260
"label": "Dynamic"
237261
}
238262
]
263+
},
264+
{
265+
"label": "marko",
266+
"children": [
267+
{
268+
"to": "framework/marko/examples/fixed",
269+
"label": "Fixed"
270+
},
271+
{
272+
"to": "framework/marko/examples/variable",
273+
"label": "Variable"
274+
},
275+
{
276+
"to": "framework/marko/examples/dynamic",
277+
"label": "Dynamic"
278+
},
279+
{
280+
"to": "framework/marko/examples/grid",
281+
"label": "Grid"
282+
},
283+
{
284+
"to": "framework/marko/examples/infinite-scroll",
285+
"label": "Infinite Scroll"
286+
},
287+
{
288+
"to": "framework/marko/examples/smooth-scroll",
289+
"label": "Smooth Scroll"
290+
},
291+
{
292+
"to": "framework/marko/examples/window",
293+
"label": "Window"
294+
}
295+
]
239296
}
240297
]
241298
}
242299
]
243-
}
300+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Dynamic Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/dynamic?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Fixed Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/fixed?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Grid Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/grid?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Infinite Scroll Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/infinite-scroll?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Smooth Scroll Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/smooth-scroll?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Variable Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/variable?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Marko Window Example
3+
---
4+
5+
## Example
6+
7+
<iframe
8+
src="https://stackblitz.com/github/TanStack/virtual/tree/main/examples/marko/window?embed=1&theme=dark"
9+
style="width:100%;height:500px;border:0;border-radius:4px;overflow:hidden"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
/>

0 commit comments

Comments
 (0)