Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Variable.Html

sprotty / html

Variable: html()

const html: (tag, attrs, …children) => VNode

Defined in: packages/sprotty/src/lib/jsx.ts:77

Parameters

tag

string | FunctionComponent

attrs

null | VNodeData

children

JsxVNodeChild[]

Returns

VNode