-
The following code doesn't show correctly themed `vaadin-side-nav-item`:
```jsx
import { LitElement, html } from 'lit'
import { customElement } from 'lit/decorators.js'
import '@vaadin/side-nav/…
-
### Should this be an RFC?
- [X] This is not a substantial change
### Which package is this a feature request for?
Virtualizer (@lit-labs/virtualizer)
### Description
I'm using virtuliser like th…
-
I am trying to use askama for generating emails, where both the subject and the body depends on the input variables.
How hard would it be to implement the ability to do something like:
```
stru…
-
### Which package is this a feature request for?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
It would be useful to have a lifecycle callback similar to`firstUpdated()…
-
I want to have a configuration similar to application configurations in rollup and webpack, but for components.
Acceptance criteria:
- `es` and `legacy` builds
- no polyfills should be included
…
-
I'm using a few libraries (lit-html, lit-element). They allow you to write web components. I tried to stick the entire x3d html into one of these components. The html itself seems to be in the DOM but…
-
I'm getting tired of handling HTML through vanilla javascript. Perhaps we should use a solution like https://lit-html.polymer-project.org/ to scale things better over time?
-
### Description
Blocked by https://github.com/Esri/calcite-design-system/issues/10310
Calcite components have ~22 readonly properties.
Those are currently denoted using the `@readonly` JS Doc…
-
**Describe the feature you'd love to see**
It is not possible to guess 100% of the time whether an element user needs to set a property, or an attribute.
Does this set an attribute, or a pro…
-
I am trying to create a custom web component that takes attributes:
```F#
[]
let FluentIcon() =
let _, props =
LitElement.init(fun init ->
init.useShadowDom