UNPKG
librecast-live
Version:
latest (0.0.0)
0.0.0
Live Streaming Video Platform with IPv6 Multicast
librecast-live
/
src
/
components
/
vidbox.js
12 lines
(11 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
class
VidBox
extends
Component
{ nodeName =
'VIDBOX'
;
constructor
(
) {
super
(); }
get
template
() {
console
.
log
(
this
.
props
);
let
html =
`<div class="vidbox"><avatar></avatar></div>`
;
return
html; } }