You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add labs lowdown videos and small material animation to thumbnails (#1288)
* docs: add labs lowdown videos and small material animation to thumbnails
* update screenshot test
* add card backgrounds
* remove extraneous description stuff on videos
* add durations
* update screenshot golden
Copy file name to clipboardExpand all lines: packages/lit-dev-content/site/_data/videos.js
+66Lines changed: 66 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,60 +25,126 @@ const loadVideoData = () =>
25
25
summary: `Justin covers what Web Components are and how LitElement and lit-html add value on top of the native APIs. This talk covers the fundamentals of how and why Lit is architected the way it is.`,
26
26
youtubeId: '9FB0GSOAESo',
27
27
date: 'Jun 22 2019',
28
+
duration: '50',
28
29
},
29
30
{
30
31
title: 'Chat with Lit #1 – Westbrook Johnson (Adobe)',
31
32
summary: `Listen in on this live-recorded Twitter Space episode, hosted by Rody Davis (@rodydavis) and Elliott Marquez (@techytacos), with guest Westbrook Johnson (@WestbrookJ) from Adobe.`,
32
33
youtubeId: 'it-NXhxkOJo',
33
34
date: 'Jul 23 2021',
35
+
duration: '24',
34
36
},
35
37
{
36
38
title: 'Lit 2.0 Release Livestream',
37
39
summary: `Lit 2.0 has officially landed! Here we talk about Lit 2.0, what we've been doing, what it means to Google, and what's new. Stay tuned for a panel discussion with Lit users in the industry!`,
38
40
youtubeId: 'nfb779XIhsU',
39
41
date: 'Sep 21 2021',
42
+
duration: '98',
40
43
},
41
44
{
42
45
title: 'How to build your first Lit component',
43
46
summary: `Learn how to build your first Lit component and use it with React, Vue, and in a markdown editor.`,
44
47
youtubeId: 'QBa1_QQnRcs',
45
48
date: 'Apr 25 2022',
49
+
duration: '12',
46
50
},
47
51
{
48
52
title: 'What are elements?',
49
53
summary: `Software Engineer Elliott Marquez shares what elements are, how to make, and interact with them. Learn about the basic building block of the web in this video!`,
50
54
youtubeId: 'x_mixcGEia4',
51
55
date: 'Apr 27 2022',
56
+
duration: '9',
52
57
},
53
58
{
54
59
title: 'How to build a carousel in Lit',
55
60
summary: `In this video, we build a simple-carousel using Lit, letting us explore passing children into your web component, and web component composition.`,
56
61
youtubeId: '2RftvylEtrE',
57
62
date: 'May 3 2022',
63
+
duration: '15',
58
64
},
59
65
{
60
66
title: 'Event communication between web components',
61
67
summary: `Follow along as Lit Software Engineer Elliott Marquez shares the pros, cons, and use cases of communicating with events.`,
62
68
youtubeId: 'T9mxtnoy9Qw',
63
69
date: 'May 5 2022',
70
+
duration: '10',
64
71
},
65
72
{
66
73
title: 'How to style your Lit elements',
67
74
summary: `We cover how the Shadow DOM works, illustrate the benefits of encapsulated CSS, and show you how to use CSS inheritance, custom properties and shadow parts to expose a flexible public styling API.`,
68
75
youtubeId: 'Xt7blcyuw5s',
69
76
date: 'Oct 3 2022',
77
+
duration: '15',
70
78
},
71
79
{
72
80
title: 'Introduction to Lit',
73
81
summary: `Learn all about the Lit library in this beginner-friendly Lit University episode! We will cover all of the essentials, including custom elements, declarative templates, scoped styles, and reactive properties.`,
74
82
youtubeId: 'uzFakwHaSmw',
75
83
date: 'Nov 2 2022',
84
+
duration: '13',
76
85
},
77
86
{
78
87
title: 'Lit 3.0 Launch Event',
79
88
summary: `Join the Lit team to hear all about the Lit 3.0 release and what's new in the Lit ecosystem!`,
80
89
youtubeId: 'ri9FEl_hRTc',
81
90
date: 'Oct 10 2023',
91
+
duration: '90',
92
+
},
93
+
{
94
+
title: 'Lit Labs: Task (graduated)',
95
+
summary: `This video covers @lit-labs/task, a package under development in Lit Labs. Watch for an overview, demos, package status and more!`,
96
+
youtubeId: 'niWKuGhyE0M',
97
+
date: 'Jan 19 2023',
98
+
duration: '9',
99
+
},
100
+
{
101
+
title: 'Lit Labs: Context (graduated)',
102
+
summary: `In this video, we cover @lit-labs/context, a package under development in Lit Labs. Watch for an overview, an explanation of the underlying Web Components Context Protocol, use cases, demos, package status and more!`,
103
+
youtubeId: 'irHAr1yTE5Q',
104
+
date: 'Jan 19 2023',
105
+
duration: '15',
106
+
},
107
+
{
108
+
title: 'Lit Labs: Observers',
109
+
summary: `This video covers @lit-labs/observers, a package under development in Lit Labs. Watch for an overview, demos, package status and more!`,
110
+
youtubeId: 'g_9PVegjQuw',
111
+
date: 'Jan 19 2023',
112
+
duration: '7',
113
+
},
114
+
{
115
+
title: 'Lit Labs: SSR (server-side rendering)',
116
+
summary: `This video covers @lit-labs/ssr, a server-side rendering package under development in Lit Labs. Watch for an overview, demos, project status and more!`,
117
+
youtubeId: '_xcIEx2P8nk',
118
+
date: 'Jan 19 2023',
119
+
duration: '13',
120
+
},
121
+
{
122
+
title: 'Lit Labs: Framework wrapper generators',
123
+
summary: `This video covers framework wrapper generators, a feature of the Lit CLI under development in Lit Labs. Watch for an overview, benefits, use case, status and more!`,
124
+
youtubeId: 'CL_3TLFkwNE',
125
+
date: 'Jan 19 2023',
126
+
duration: '13',
127
+
},
128
+
{
129
+
title: 'Lit Labs: Motion',
130
+
summary: `This video covers @lit-labs/motion, a package under development in Lit Labs. Watch for an overview, examples, quick tips, package status and more!`,
131
+
youtubeId: '9jxjc-bxwfI',
132
+
date: 'Jan 19 2023',
133
+
duration: '17',
134
+
},
135
+
{
136
+
title: 'Lit Labs: React (graduated)',
137
+
summary: `This video covers @lit-labs/react, a package under development in Lit Labs. Watch for an overview, use cases, package status and more!`,
138
+
youtubeId: 'agBn1LW6dbM',
139
+
date: 'Jan 19 2023',
140
+
duration: '8',
141
+
},
142
+
{
143
+
title: 'Lit Labs: Virtualizer',
144
+
summary: `This video covers @lit-labs/virtualizer, a package under development in Lit Labs. Watch for an overview, examples, features, package status and more!`,
0 commit comments