-
It would be nice to be able to render templates, and not always components. This especially makes sense when using lit-html for rendering.
For example:
```
router.setRoutes([
{ path: '/', re…
-
### Should this be an RFC?
- [X] This is not a substantial change
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
### B…
-
Anyone tested compatibility with the new CC2674/CC2674P/CC2674R and/or CC1354/CC1354P chips from Texas Instruments?
https://www.ti.com/product/CC2674P10
https://www.ti.com/product/CC2674R10
h…
Hedda updated
3 months ago
-
First of - thanks for the great work on this!
It would be amazing to also support Web Components (Lit, Stencil) to connect.
-
Expected Behaviour
Modulizing a Polymer 2 project to Polymer 3 takes an HTML template and converts it to a static template method that [returns an instance of HTMLTemplateElement](https://www.polymer…
-
Since the latest HA frontend and supervisor update i am experiencing a lot of errors, one of those things is that the horseshoe cards are not wanting to load when i first navigate to a page on the das…
-
Some HTML rendering systems use comments to separate static and dynamic parts of HTML. For example, in Lit, the template:
```typescript
html`Hello, ${this.name}!`
```
Will render as the HTML:
…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
How to import external css font-face in vite lit element.
I'm trying to put font fam…
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
I have a custom property setter for my reactive element defined as follows:
```
set p…
-
Hi
I'm a contributor to Panel. Panel is a python framework for creating awesome analytics web apps for data scientists and domain experts.
I would like to use the MWC web components and have be…