-
Hi,
A compile error is generated with version 11:
[vite-plugin-svelte] /node_modules/@beyonk/gdpr-cookie-consent-banner/src/lib/Ba
nner.svelte:1:16 The 'customElement' option is used when gener…
-
# User story
As a user I want the ability to use Druxt alongside the Custom Elements module.
## From Discord
![image](https://user-images.githubusercontent.com/161090/143112886-35c43ce3-3ce7-…
-
There is an issue with the Custom Elements and zoom factor.
Once the zoom deviates from 100% the connectors get lost (see screenshot).
![image](https://user-images.githubusercontent.com/19551529/967…
-
I'm having fun, built it myself ([no luck with the DMG](https://github.com/webmixedreality/exokit/issues/613)) and trying out demos. Looking forward to getting my custom WebGL stuff running (https://g…
-
Custom elements should be able to be "template controllers". What I mean is the following:
Currently, to create a custom element that uses it's light DOM (child nodes) as a view/view factory, you hav…
-
It should be possible to define `` elements, and append them to other elements. We probably need to:
1. Define a new `CustomElement` type
2. Give it a constructor which takes a name
3. Enable it …
-
In the docs i'm told to use:
import {LitElement, html} from 'lit';
import {customElement, property} from 'lit/decorators.js';
but if i'm using bundle, only
import {LitElement, html} from 'h…
-
At first thanks for that package!
I ran into an issue, where a customElement is nested (for example a nested accordion) and the slot selector is causing an error.
A simple quick fix for it is to…
-
After upgrading jest, I've got this error below, customElements is not defined
is there a way to polyfill this? or just avoiding breaking?
```jsx
ReferenceError: customElements is not defined
…
-
If these cards are intended to be used in other sites, it might be a good idea to utilize HTML CustomElements for bi-directional style isolation. We are using it in [Reconstructive Banner](https://git…