-
Updated
Jun 30, 2021 - TypeScript
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 335 public repositories matching this topic...
Affected part of DeckDeckGo
- Web Components
Feature Description
Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom
(or rotation-ancohr-position
) offers more flexibility in other usage scenarios.
Or is that already possible today through existing CSS properties?
Use Case
I use drr for a project w
I'd be great if it were possible to set a placeholder content for the mathfield, equivalent to the placeholder
-text of html-textareas. If this supported latex, it could easily be used to display text, too, by wrapping it in \text{...}
.
-
Updated
Aug 28, 2020 - JavaScript
-
Updated
Jul 4, 2021 - LiveScript
-
Updated
Mar 4, 2021 - TypeScript
-
Updated
Jun 15, 2021 - Vue
-
Updated
Mar 20, 2019 - JavaScript
-
Updated
Apr 25, 2018 - JavaScript
-
Updated
Oct 12, 2018 - CSS
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jan 13, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Oct 18, 2018 - JavaScript
-
Updated
Feb 18, 2021 - TypeScript
-
Updated
Jan 11, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
기능 요청이 특정 문제에 연관된 것이라면 여기에 그 문제를 설명해주세요.
There are some panels that use grids to display data received from the manager server.
For example, running sessions list at running tab in Sessions page, and vfolders list at vfolders tab in D
-
Updated
May 19, 2021 - TypeScript
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
May 1, 2021 - TypeScript
-
Updated
Jul 4, 2021 - TypeScript
-
Updated
Aug 1, 2017 - JavaScript
-
Updated
Jan 26, 2021 - TypeScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia
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:
Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"
**To