Skip to content
#

web-component

web-components logo

Developers can create custom, reusable, encapsulated HTML tags for the web using Web Components. Components use the Custom Element standard, frequently in combination with the Shadow DOM, HTML Templates, and ES Modules.

Here are 466 public repositories matching this topic...

sto3psl
sto3psl commented Sep 22, 2020

Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:

return import(`./${bundleId}.entry.js${""}`);

Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"

**To

documentation good first issue
obrador
obrador commented Mar 16, 2020

Hi, I need to call an outside Angular function from inside a phaser scene. Can you please show me the way? I found this [https://www.html5gamedevs.com/topic/35570-calling-an-angular-function-from-within-phaser-3-scene/] :

But nothing said there have worked. It's claimed that it can be done with ion-phaser.

Thanks.

good first issue question
calcite-components
caripizza
caripizza commented Nov 10, 2021

Description

Add prefers-reduced-motion CSS media feature for the .calcite-animate global CSS class. This will ensure animations only apply when the prefers-reduced-motion media feature matches no-preference on a

enhancement good first issue 0 - new