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,292 public repositories matching this topic...
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
-
Updated
Sep 30, 2020 - JavaScript
Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
-
Updated
Sep 11, 2020 - TypeScript
The adaptive interface system for modern web experiences.
-
Updated
Oct 19, 2020 - TypeScript
A visual overview of useful skills to learn as a web developer
-
Updated
Oct 7, 2020 - JavaScript
Effortless custom elements powered by modern view libraries.
-
Updated
Aug 7, 2020 - JavaScript
Web component extensions to the standard <time> element.
-
Updated
Sep 22, 2020 - TypeScript
It's important, I think, if the goal is to communicate that this can replace React in more ways than function.
Vue Custom Element - Web Components' Custom Elements for Vue.js
-
Updated
Aug 25, 2020 - 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.
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.
Stylable - CSS for components
-
Updated
Oct 19, 2020 - TypeScript
Lion Web Components
-
Updated
Oct 19, 2020 - JavaScript
Maintain an open standard for UI and promote its adherence and adoption.
-
Updated
Oct 19, 2020 - 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
Oct 19, 2020 - JavaScript
diffHTML is a web framework that helps you build applications and other interactive content
-
Updated
Sep 23, 2020 - 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]
Semantic UI Angular Integrations (no jQuery)
-
Updated
Oct 1, 2020 - TypeScript
A modal dialog that's opened with <details>.
-
Updated
Aug 3, 2020 - JavaScript
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
Mount React components to the DOM using custom elements
-
Updated
Sep 8, 2020 - JavaScript
High-quality, customizable web components for common user interface patterns
-
Updated
Oct 18, 2020 - JavaScript
A custom element that allows you to easily put a Dark Mode
-
Updated
Sep 29, 2020 - JavaScript
List of Awesome Web Components Built with StencilJS
-
Updated
Oct 12, 2020
Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
-
Updated
Oct 7, 2020 - JavaScript
A lightweight emoji picker for the modern web
-
Updated
Oct 19, 2020 - JavaScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia


Is your feature request related to a problem? Please describe💯
In my component's props TS interface, I can use JSDoc comments to set the description, and can even use the
@defaulttag to describe the default valueHowever, nothing happens when I use the
@deprecatedtag.Describe the solution you'd like
Some ideas: