-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
For demos, prototyping and SSR use-cases, it would be useful if lit-html supported rendering to a string. For example:
import {html, render} from 'lit-html';
const helloTemplate = (name) => html`<div>Hello ${name}!</div>`;
// This returns <div>Hello Steve!</div>
render(helloTemplate('Steve'));Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels