1
2
3
4
5
6
7
/** @jsxImportSource https://esm.sh/preact **/
import register from "https://esm.sh/preact-custom-element";
const Greeting = ({ name = "World" }) => <p>Hello, {name}!</p>;
register(Greeting, "x-greeting", ["name"], { shadow: true });
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
March 17, 2024