-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
Setting the attribute name [as described in the documentation](https://lit.dev/do…
-
### 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…
-
## Bug report notice
**Before** you file a bug, make sure that you did not make a configuration mistake. The Swiss Army Knife in its current state does not yet have full configuration sanity checks!
…
-
Render props as commonly used in React are a useful primitive. Elements that perform some rendering on behalf of their user - like some lists, trees, etc. - may want to take a template from the user t…
-
Currently, module-resolver only works for a CDN like unpkg or using alias. We should give the ability to resolve module named imports to the node_modules folder.
Example
```js
import { LitElemen…
-
Hi there,
I'm building a lit-element based project, any plans for a lit-html/lit-element based component?
-
### Vue version
3.4.5
### Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-aob5zf?file=index.html
### Steps to reproduce
I defined a Vue component with `tagName` as …
-
### Which package(s) are affected?
Lit Core (lit / lit-html / lit-element / reactive-element)
### Description
Trying to follow the instructions for [building-with-rollup](https://lit.dev/docs…
-
Hello. Thanks for this custom element.
I am adapting the javacript code to a lit component that uses typescript.
I have installed [@types/youtube](https://www.npmjs.com/package/@types/youtube) , and…
-
Does this tool already support `lit 2.x`?
If I run `wca analyze` on a project which uses new lit version and does the import statements like below, then it doesn't create the `custom-elements.json`…