-
Updated
Aug 18, 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 345 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
Aug 8, 2021 - LiveScript
-
Updated
Mar 4, 2021 - TypeScript
-
Updated
Aug 10, 2021 - Vue
-
Updated
Mar 20, 2019 - JavaScript
-
Updated
Apr 25, 2018 - JavaScript
-
Updated
Oct 12, 2018 - CSS
-
Updated
Jul 3, 2021 - JavaScript
-
Updated
Aug 27, 2021 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Feb 18, 2021 - TypeScript
-
Updated
Jan 13, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Oct 18, 2018 - JavaScript
-
Updated
Jan 11, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
It is quiet hard to distinguish fields of create/modify policy dialog. (Resource policy, Folder)
<img src="https://user-images.githubusercontent.com/28584164/130577896-a32593dd-2816-439c-8268-d94d6f4e5cb
-
Updated
Jul 27, 2021 - TypeScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
May 1, 2021 - TypeScript
-
Updated
Aug 30, 2021 - TypeScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Aug 1, 2017 - JavaScript
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