-
The web components spec requires using hyphen to signal that something is a custom element as opposed to a native element. There are already a bunch of native elements with hyphens, and I think it wou…
-
### Describe the bug
It's not extremely visible (although it's there) in the sample, but more visible in our application.
In smaller screens, the Stacked (or non selected) steps are not properly…
-
First of all, thanks for this super nifty extension.
I noticed it wasn't working well for scoped packages: @orgname/packagename
https://www.npmjs.com/package/@babel/core
https://www.npmjs.com/pac…
-
Thanks for amazing [example](https://stackblitz.com/edit/svelte-tel-input-repl-1jfaar?file=README.md)!
But actually tailwind is a bit overkill for me. I make a small demo https://github.com/nosovk/KB…
-
Please model HTMLElement and its subclasses as classes instead of interfaces in lib.d.ts to make it possible to subclass them.
My motivation is custom elements and web components. To create a custom …
-
### Library
Web Components (@fluentui/web-components)
### Describe the feature that you would like added
when using a combobox in some kind of filter, it is good to have a button inside the combobo…
-
When I open the html file generated by trace2html in firefox it only displays a blank page.
Without "dom.webcomponents.enabled" I get "TypeError: document.registerElement is not a function". After en…
-
**Describe the bug**
I try to use the library in a web component with vue.js built-in web component tool.
See : https://cli.vuejs.org/guide/build-targets.html#web-component
The library work f…
-
The styling for `unresolved` is only loaded when webcomponents-bundle is used, not when the loader is used.
In addition, `WebComponents.waitFor` should probably remove `unresolved` so users don't h…
-
Currently trying to make a v1 Custom Element in Meteor will simply fail. For example, see:
https://github.com/meteorwebcomponents/synthesis/issues/24
This is because Meteor transpiles `class`es …