UNPKG
librecast-live
Version:
latest (0.0.0)
0.0.0
Live Streaming Video Platform with IPv6 Multicast
librecast-live
/
src
/
components
/
projectbox.js
16 lines
(15 loc)
•
339 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class
ProjectBox
extends
Component
{ nodeName =
'PROJECTBOX'
;
constructor
() {
super
(); }
get
template() {
return
`<div
class
=
"projectbox"
> <div
class
=
"projectname"
> Libre<span
class
=
"latter"
>cast</span> <span
class
=
"itsalive"
>LIVE</span> </div> </div> </div>`; } }