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