Skip to main content
Module

x/htm/mod.tsx>createElement

Create a html response with JSX.
Go to Latest
namespace createElement
import { createElement } from "https://deno.land/x/htm@0.0.10/mod.tsx";
function createElement
import { createElement } from "https://deno.land/x/htm@0.0.10/mod.tsx";

Parameters

type: string
props: (JSXInternal.HTMLAttributes & JSXInternal.SVGAttributes & Record<string, any>) | null
...children: ComponentChildren[]