Name of HTML element
Optional props: null | HTMLElementProps<T>Element properties, such as class, id, style, etc
Rest ...children: ChildrenTypeChildren of this element. Can be nothing, number, string, boolean, bigint, or more elements. An array will create multiple, flattened children.
HTML element
tagNameOrFunction is not a string or function, an errow is thrownCreates a deprecated HTML element
Name of HTML element
Optional props: null | HTMLDeprecatedElementProps<T>Element properties, such as class, id, style, etc
Rest ...children: ChildrenTypeChildren of this element. Can be nothing, number, string, boolean, bigint, or more elements. An array will create multiple, flattened children.
Deprecated HTML element
tagNameOrFunction is not a string or function, an errow is thrownCreates an SVG element
In the format of svg:tagName
Optional props: null | SVGElementProps<T>Element properties, such as class, id, style, etc
Rest ...children: ChildrenTypeChildren of this element. Can be nothing, number, string, boolean, bigint, or more elements. An array will create multiple, flattened children.
SVG elment
tagNameOrFunction is not a string or function, an errow is thrownCreates an XHTML element
In the format of xhtml:tagName
Optional props: null | XHTMLElementProps<T>Element properties, such as class, id, style, etc
Rest ...children: ChildrenTypeChildren of this element. Can be nothing, number, string, boolean, bigint, or more elements. An array will create multiple, flattened children.
XHTML elment
tagNameOrFunction is not a string or function, an errow is thrownCreates a mathML element
In the format of mathML:tagName
Optional props: null | ElementPropsElement properties, such as class, id, style, etc
Rest ...children: ChildrenTypeChildren of this element. Can be nothing, number, string, boolean, bigint, or more elements. An array will create multiple, flattened children.
MathML elment
tagNameOrFunction is not a string or function, an errow is thrownCreates a namespaced element
In the format of namespaceName:tagName, where namespaceName is one of
"xml", "xlink", or "xmlns"
Optional props: null | ElementPropsElement properties, such as class, id, style, etc
Rest ...children: ChildrenTypeChildren of this element. Can be nothing, number, string, boolean, bigint, or more elements. An array will create multiple, flattened children.
Element
tagNameOrFunction is not a string or function, an errow is thrownCreates a function component
Element
tagNameOrFunction is not a string or function, an errow is thrownGenerated using TypeDoc
Creates an HTML element