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,420 public repositories matching this topic...
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Mar 19, 2021 - TypeScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
-
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
While investigating the checkbox we found some sites had a toggle or switch state for their checkbox. This is not necessarily surprising as it can be seen here as well in the [switch](research concepts page).
I think to fully answer this question however there will need to be a bit more research as I'm truly asking from a graduation p
-
Updated
Apr 23, 2021 - TypeScript
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
Describe the documentation issue
- Documentation is unclear
- Documentation is incorrect
- Documentation is missing
- Other
Description of the issue
The SAP logo at the bottom of the pages is not loading.
See [here](https://sap.github.io/ui5-webc
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Mar 9, 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
Sep 25, 2020 - JavaScript
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
Apr 12, 2021 - JavaScript
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Apr 1, 2021 - JavaScript
Proposal: Add presence support to mgt-person properties
Description
mgt-person should support displaying presence information (availability and activity as described at https://docs.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http), ideally in line1-property, line2-property or line3-property.
Rationale
This would be useful for contact centre style dashboards f
Currently the module field on package.json points to src/simpla.js but really it should point to a separate build, that's been transpiled, but not bundled. This means that whatever module bundling system consumers are using will still be used, but it won't need to be transpiled. As it currently stands, users can come up against [this bug](https://github.com/facebookincubator/create-react-app
-
Updated
Apr 19, 2021 - JavaScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia

What's the problem?
I have successfully customized my storybook with
addon-themesand created the dark style for div with a.docs-storyclass.I tried to style the "show code" button on the docs tab without luck via CSS in preview-head.html.
The problem is that there is no unique CSS class to scope (only dynamically generated classes):