forked from WICG/virtual-scroller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
75 lines (69 loc) · 1.47 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<head>
<title>Virtual Scroller</title>
</head>
<body>
<h2>
<code><virtual-scroller></code>
</h2>
<ul>
<li>
<a href="html-spec-native-lapi/">HTML spec viewer with built-in virtual-scroller</a>
</li>
<li>
<a href="html-spec/">HTML spec viewer</a>
</li>
<li>
<a href="layout.html">Layout</a>
</li>
<li>
<a href="fallback.html">Fallback UI elements</a>
</li>
<li>
<a href="dismissable/">Dismissable list items</a>
</li>
<li>
<a href="sorting.html">Efficient sorting</a>
</li>
<li>
<a href="header-footer.html">Custom headers/footers</a>
</li>
<li>
<a href="scrolling.html">Scroll to item</a>
</li>
<li>
<a href="loadmore.html">Load more</a>
</li>
</ul>
<h2>Other examples</h2>
<ul>
<li>
<a href="basic-repeat/">basic repeat</a>
</li>
<li>
<a href="basic-repeat/lit-html/">basic repeat (lit-html)</a>
</li>
<li>
<a href="basic-repeat/preact/">basic repeat (preact)</a>
</li>
<li>
<a href="contacts/">contacts</a>
</li>
<li>
<a href="contacts/lit-html/">contacts (lit-html)</a>
</li>
<li>
<a href="contacts/preact/">contacts (preact)</a>
</li>
<li>
<a href="photos/">photos</a>
</li>
<li>
<a href="photos/lit-html/">photos (lit-html)</a>
</li>
<li>
<a href="photos/preact/">photos (preact)</a>
</li>
</ul>
</body>
</html>