import {render} from "../../packages/csx"; import style from "./index.scss"; import {ExamplePage} from "./page"; document.body.appendChild(render()); document.body.appendChild(render(

I am a title!

)); //document.body.appendChild(render()); document.body.appendChild(render()); /** * Continuation suggestionss: * - style-attribute untested * - Want a way to toggle classes: could do * - Supporting fragments <>...? */