Skip to main content
Module

x/femtojsx/mod.ts>h

JSX that just renders to static HTML
Latest
function h
import { h } from "https://deno.land/x/femtojsx@v0.0.5/mod.ts";

Type Parameters

T extends { children?: VNode[]; }

Parameters

tag: string | Component<T>
props: Exclude<T, "children">
...children: (string | VNode | (string | VNode)[])[]