UNPKG
@mr_hugo/boredom
Version:
latest (0.28.1)
0.28.1
0.27.1
0.26.1
0.25.26
0.25.25
0.25.24
0.25.23
0.25.22
0.25.21
0.25.20
0.25.19
0.25.18
0.25.17
0.25.16
0.25.15
0.25.12
0.25.11
0.25.10
0.25.9
0.25.8
0.25.7
0.25.6
0.25.5
0.25.4
0.25.2
0.25.1
Another boring JavaScript framework.
github.com/HugoDaniel/boreDOM
HugoDaniel/boreDOM
@mr_hugo/boredom
/
tests
/
stateful-component4.js
9 lines
(7 loc)
•
276 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ webComponent }
from
"/dist/boreDOM.min.js"
;
export
const
StatefulComponent4
=
webComponent
(
() =>
(
(
opts
) =>
{
console
.
log
(
'Rendering Stateful Component 4'
, opts) opts.
slots
[
"some-slot"
].
innerHTML
=
`<stateful-component4b></stateful-component4b>`
; }) );