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,627 public repositories matching this topic...
Front End Cross-Frameworks Framework - 前端跨框架框架
-
Updated
Nov 15, 2021 - JavaScript
Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
-
Updated
Nov 2, 2021 - TypeScript
The adaptive interface system for modern web experiences.
-
Updated
Feb 26, 2022 - TypeScript
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
-
Updated
Feb 24, 2022 - TypeScript
A visual overview of useful skills to learn as a web developer
-
Updated
Feb 14, 2022 - JavaScript
Effortless custom elements powered by modern view libraries.
-
Updated
Feb 26, 2022 - JavaScript
LuLu UI for PC web
-
Updated
Jan 25, 2022 - JavaScript
Web component extensions to the standard <time> element.
-
Updated
Feb 17, 2022 - TypeScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
GitHub's Web Component collection.
-
Updated
Apr 21, 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
Vue Custom Element - Web Components' Custom Elements for Vue.js
-
Updated
Mar 17, 2021 - JavaScript
Maintain an open standard for UI and promote its adherence and adoption.
-
Updated
Feb 26, 2022 - JavaScript
The semantic dom diff plugin uses some global variables like __mocha_context__ and __snapshot__ which are only available in a karma mocha context. When it's user in other test runners, or karma without mocha, it crashes with an unhelpful message.
We should check for these variables, and throw a helpful error to the user that explains this plugin can only be used in Karma.
Fundamental white label web component features for your design system.
-
Updated
Feb 23, 2022 - JavaScript
UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Nov 9, 2021 - JavaScript
diffHTML is a web framework that helps you build applications and other interactive content
-
Updated
Feb 9, 2022 - JavaScript
A custom element that allows you to easily put a Dark Mode
-
Updated
Feb 14, 2022 - JavaScript
A lightweight emoji picker for the modern web
-
Updated
Feb 18, 2022 - JavaScript
A lightweight wrapper around Microsoft's official FluentUI Web Components for use with .NET 6.0 Razor views.
-
Updated
Feb 18, 2022 - C#
A modal dialog that's opened with <details>.
-
Updated
Feb 17, 2022 - JavaScript
and ensure that all libs are importable via the following browser ESM code.
import('//unpkg.com/lume?module').then(console.log)
import('//cdn.skypack.dev/lume').then(console.log)
import('//jspm.dev/lume').then(console.log)At the moment they all fail with network errors for various reasons, namely some dependencies aren't in ESM format.
Hi, team,
Now Teams MSAL2 provider only support multi-tenant AAD application according to these docs:
In some scenario, we can only use single tenant AAD
High-quality, customizable web components for common user interface patterns
-
Updated
Feb 1, 2022 - 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]
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia


Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.