webcomponent
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 270 public repositories matching this topic...
Documentation
The presentations used to be swipable horizontally but we recently enhanced this. We are going to introduce the ability to swipe vertically and also developed a new mode we called papyrus which basically transform a presentation into a "landing page".
These options can be set on the deckgo-deck main component with the properties direction and `directionM
-
Updated
Aug 28, 2020 - JavaScript
Problem
It is possible to add shortcuts. Most of the time, the shortcuts are shorthand ways to enter something that is already "known". However, the introduction to things like units (cm, etc) that map to '\\operatorname{cm} create an abbreviation that might want to have some speech associated it.
Potential Solution
Add a speech property to the shortcut notation that is then check
-
Updated
Nov 8, 2020 - LiveScript
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Jul 30, 2020 - Vue
-
Updated
Mar 20, 2019 - JavaScript
-
Updated
Apr 25, 2018 - JavaScript
-
Updated
Sep 30, 2020 - HTML
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Oct 12, 2018 - CSS
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jan 29, 2020 - TypeScript
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Oct 18, 2018 - JavaScript
-
Updated
Aug 15, 2020 - TypeScript
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Aug 1, 2017 - JavaScript
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Aug 22, 2020 - HTML
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Feb 24, 2019 - Vue
-
Updated
Nov 10, 2020 - TypeScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia

Describe the bug
Currently
@duetds/date-pickerdoes not work with Rollup (or I didn't get it to).The problem appears to be a dynamic import statement with a template string:
Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To