mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-04 02:34:13 +02:00
jsx/solid bundle
This commit is contained in:
parent
bffa6e81d9
commit
10ea8ddcbc
16 changed files with 458 additions and 44 deletions
7
script/demo_list.js
Normal file
7
script/demo_list.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import {render} from "solid-js/web/dist/web.js";
|
||||
import {ready} from "./ready";
|
||||
import {FilterBar} from "./filterbar"
|
||||
|
||||
ready(() => {
|
||||
render(() => <FilterBar name="World" />, document.querySelector('.filter-bar'))
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue