-
Updated
Oct 22, 2021 - JavaScript
#
web-component

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 410 public repositories matching this topic...
Client-side support for CSS custom properties (aka "CSS variables") in legacy and modern browsers
javascript
css
polyfill
web-component
client
legacy
module
ie9
ie
ponyfill
client-side
internet-explorer
shadow-dom
shadow
variables
ie10
vars
ie11
custom-properties
custom-property
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Oct 22, 2021 - JavaScript
Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
-
Updated
Oct 20, 2021 - JavaScript
Lottie viewer/player as an easy to use web component! https://lottiefiles.com/web-player
-
Updated
Oct 21, 2021 - TypeScript
Web Component extending IFrame to bypass X-Frame-Options: deny/sameorigin
-
Updated
Jun 11, 2021 - JavaScript
vaadin-grid is a free, high quality data grid / data table Web Component. Part of the Vaadin components.
-
Updated
Oct 15, 2021 - HTML
javascript
music
html
web-component
player
typescript
music-player
midi
web-components
audio-player
midi-player
midi-file
magenta-js
-
Updated
Sep 20, 2021 - TypeScript
obrador
commented
Mar 16, 2020
Hi, I need to call an outside Angular function from inside a phaser scene. Can you please show me the way? I found this [https://www.html5gamedevs.com/topic/35570-calling-an-angular-function-from-within-phaser-3-scene/] :
But nothing said there have worked. It's claimed that it can be done with ion-phaser.
Thanks.
The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
-
Updated
Aug 4, 2021 - HTML
Web Components engine based on JSX & TypeScript
-
Updated
Aug 1, 2021 - TypeScript
The shadow dom web component version of Paul's lite-youtube-embed.
-
Updated
Oct 6, 2021 - TypeScript
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
-
Updated
Oct 21, 2021 - HTML
-
Updated
Oct 29, 2018 - TypeScript
Image comparison slider. Compare images before and after. Supports React, Vue, Angular.
-
Updated
Oct 3, 2021 - TypeScript
Finally a Predicate/Rule Editor UI component for the Web 🚀
-
Updated
Oct 6, 2021 - JavaScript
Component-based UIs with vanilla ES6 and Custom Elements
-
Updated
Nov 11, 2016 - JavaScript
The Web Component for uploading multiple files with progress indication. Part of the Vaadin components.
-
Updated
Sep 20, 2021 - HTML
Web component element for the Geolocation API
-
Updated
May 9, 2018 - HTML
Custom hook to bridge Custom Elements (Web Components) to React.
-
Updated
Dec 20, 2020 - JavaScript
A programmable version of Neil Thapen's Pink Trombone
api
web-component
voice
speech-synthesis
web-audio
auditory-display
voice-synthesis
sound-design
voice-ui
web-audio-worklet
procedural-audio
pink-trombone
voice-design
vocal-tract
-
Updated
Oct 5, 2021 - JavaScript
Build Web Components with React or Preact (without any extra effort)
-
Updated
Sep 13, 2021 - TypeScript
Collection of patterns to create a responsive website
web-component
rwd
responsive-design
responsive-layout
responsive-web-design
webcomponent
stenciljs
stenciljs-components
-
Updated
Feb 18, 2021 - TypeScript
A web component to embed in your personal site to show you stand with the protests against racism and police brutality
-
Updated
Aug 16, 2020 - 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