A low-level and HyperScript-like Frontend Library π
There is still a lot to do, but you can use it already! Check Pages using Kumeru on Production!
import {
createElement,
render,
wrapElements,
} from "https://deno.land/x/kumeru/mod.ts";
const app = wrapElements(
createElement("h1", "Kumeru"),
createElement("a", "Documentation", {
attributes: {
href: "https://kumeru.js.org",
target: "_blank",
},
}),
);
render(document.getElementById("root"), app);
import { createElement, render } from "kumeru";
render(document.getElementById("root"), createElement("p", "Hello World"));
Using type module π±
Using a plain script tag π
You have the same API on all of this platforms.
Autogenerated Documentation π
For examples you can check examples/
π
Open an Issue, I will check it a soon as possible π
If you want to hurry me up a bit send me a tweet π
Consider supporting me on Patreon if you like my work π
Don't forget to start the repo β
Are you using Kumeru on your page? Make a pull request adding your page here!
- Sergif - (Kumeru + Tailwind CSS + Netlify Functions)
Licensed under the MIT Licence.