Any renderable
value,
typically a TemplateResult created by evaluating a template tag
like html
or svg.
A DOM container to render to. The first render will append the rendered value to the container, and subsequent renders will efficiently update the rendered value if the same result type was previously rendered there.
Optional
options: RenderOptionsSee RenderOptions for options documentation.
Renders a value, usually a lit-html TemplateResult, to the container.
This example renders the text "Hello, Zoe!" inside a paragraph tag, appending it to the container
document.body
.See
Rendering Lit HTML Templates