Skip to content

@continuum-js/dom


@continuum-js/dom / h

Function: h() ​

h(tag, props, ...children): Node

Defined in: index.tsx:497

JSX factory (--jsxFactory h). A component function runs exactly once.

Parameters ​

tag ​

string | Component | ((props) => Node)

string


Component


Function ​

(props) => Node

props ​

Props

children ​

...Child[]

Returns ​

Node