-
I suggest to add follow code snipped
`customElements.get("xxx") || customElements.define("xxx")`
This allow to prevent issue
Failed to execute 'define' on 'CustomElementRegistry': the name "hsva-c…
-
Let's ship every build as a web component 💛
* [ ] Shadow DOM support
Ability to close the editor in a shadow DOM would greatly improve its integrity by scoping its styles. However, this re…
-
https://github.com/matthewp/haunted/blob/main/src/virtual.ts#L59
Why don't you use the disconnected method here?
```
protected disconnected(): void {
console.log('disconnected')
…
-
-
Now, the plugin works with css places inside `css` tag. However, css may often be stored near html
Example 1 (`html` tag):
```js
import {styles} from 'somewhere';
//...
html`
${styles}
…
-
It would be great if the library were turned into a web component. That would encapsulate and simplify initialization, and would work across all frameworks and browsers that support the web components…
-
### Detailed description
## This issue doesn't have a more in-depth spec, it just suggests a feature.
---
By declaring HTML as follows, the button which is the default slot element is display…
aggre updated
2 years ago
-
Dear all -
## Swiss Army Knife version
The version I am using is : **v 2.5.1**
## HA version
Home Assistant **2023.6.3**
Supervisor **2023.06.2**
Operating System **10.3**
Frontend **202306…
-
My laptop screen is 1366x768. When I try to do a Jitsi conference call, the embedded interface is so squished it's impossible to do anything. I can't use the dialogue to invite anyone because I li…
ckp95 updated
2 years ago
-
Beim Versuch, die Wettervorhersage-Card zu implementieren, wurde unwissentlich ein dafür untaugliches Wetter-Objekt (JSON aus dem Adapter „YR“) ausgewählt und durch Betätigen der Speichern-Schaltfläch…