Web Components
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 1,454 public repositories matching this topic...
-
Updated
Jul 11, 2021 - JavaScript
-
Updated
Apr 26, 2021 - TypeScript
-
Updated
Jul 11, 2021 - TypeScript
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
May 29, 2021 - TypeScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Mar 17, 2021 - JavaScript
I have an podcast with episode uploaded to Mixcloud. I also have my music uploaded to Soundcloud. I'd like to see Mixcloud and Soundcloud added as providers with Vime.js
Also I endorse the feature request for playlist.
I plan to use this with an Svelte app.
Twitch Support
see: https://raw.githubusercontent.com/jsx-eslint/eslint-plugin-jsx-a11y/master/docs/rules/lang.md
although this rule may not be relevant to most lit-html use cases, it could be of use with lit-html as a server-side rendering library
lang
The lang prop on the <html> element must be a valid IETF's BCP 47 language tag.
Rule details
This rule takes no arguments.
Succeed
-
Updated
Jul 4, 2021 - JavaScript
Expected behavior
Importing and using lion in Angular should work
Actual Behavior
When importing @lion/select-rich I'm getting the following error:
node_modules/@lion/select-rich/src/LionSelectInvoker.d.ts:8:14 - error TS2417: Class static side 'typeof LionSelectInvoker' incorrectly extends base class static side 'typeof LionButton'.
Types of property 'styles' are incompa
placing commas in :global selector doesn't produce any warnings and removes it during transform.
:global(a, b) {}
/*transforms to*/
a b {}I t
Describe the bug
Flags elements whose role is none or presentation and which cause the role conflict resolution to trigger.
Isolated Example
This issue occurs on slim-arrow-up/slim-arrow-down/pushpin-off etc. Also for slim-arrow-right/slim-arrow-left icon used in FlexibleColumnLayout
Screenshots
<img width="1920" alt="Screen Shot 2021-06-18 at 1 27 02 PM" src="https://user-i
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Jul 11, 2021 - JavaScript
Splash screen on iOS
I'm submitting a ...
[ ] bug report
[ X] feature request
[ ] support request
Current behavior:
Splash screen not showing on iOS
Expected behavior:
Splash screen is showing on iOS, and can be generated through ionic resources
Steps to reproduce:
Launch the application on an iPhone and expect to see a splash screen
Related code:
According to [this article]
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Jul 1, 2021 - JavaScript
-
Updated
Jun 3, 2021
-
Updated
Jul 2, 2021 - JavaScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia
For reproduction:
I created a new angular project with the cli (v 12.1.1) and added storybook (v 6.3.4). Compodoc 1.1.12 has been installed. Now if I add a @input() to one of my components and create a story for that component with default args, I got no controls rendered.
If I switch back to Compodoc 1.1.11 everything works. The difference between 1.1.11 and 1.1.12 is, that properties marke