-
Notifications
You must be signed in to change notification settings - Fork 4
/
examples.json
67 lines (67 loc) · 1.32 KB
/
examples.json
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
{
"WARNING":"auto-generated, do not edit!",
"examples": [
{
"path":"./examples/performance/observer/",
"data": {
"name": "PerformanceObserver Example",
"tags": [ "performance" ]
}
},
{
"path":"./examples/vanilla/vanilla-templating/",
"data": {
"name": "Vanilla templating",
"tags": [ "vanilla", "templating" ]
}
},
{
"path":"./examples/web-components/accordion/",
"data": {
"name": "Accordion Web Component",
"tags": [ "webcomponent", "accordion" ]
}
},
{
"path":"./examples/web-components/carousel/",
"data": {
"name": "Simple Carousel Web Component",
"tags": [ "webcomponent", "carousel" ]
}
},
{
"path":"./examples/web-components/cart/",
"data": {
"name": "Shopping Cart Web Components",
"tags": [ "webcomponent", "shoppingcart" ]
}
},
{
"path":"./examples/web-components/expanding-list/",
"data": {
"name": "Expanding List Web Component",
"tags": [ "webcomponent", "list" ]
}
},
{
"path":"./examples/web-components/ssr/",
"data": {
"name": "Server-side rendering of Web Components",
"tags": [ "webcomponent", "ssr" ]
}
},
{
"path":"./examples/web-components/todomvc/",
"data": {
"name": "TodoMVC using Web Components",
"tags": [ "webcomponent", "todomvc" ]
}
},
{
"path":"./examples/web-components/visible-for/",
"data": {
"name": "Visibility Time Web Component",
"tags": [ "webcomponent", "visibility" ]
}
},
{}]}