UNPKG

@mr_hugo/boredom

Version:

Another boring JavaScript framework.

9 lines (7 loc) 276 B
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>`; }) );