Support for Lit (original) (raw)

Clear and concise description of the problem

Lit templates are written using JavaScript template literals tagged with the html tag. The contents of the literal are mostly plain, declarative, HTML:

static styles = css :host { color: blue; };

render() { return html<p>Hello, ${this.name}!</p>; }

https://lit.dev/docs/components/overview/

Suggested solution

I don't know any solution.

Alternative

No response

Additional context

No response

Validations

Contributes