-
Updated
May 11, 2022 - TypeScript
#
webcomponent
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 394 public repositories matching this topic...
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
export
vuejs
typescript
reactive
grid
excel
filter
data-grid
virtual-scroll
datagrid
vuejs-components
react-virtualized
webcomponent
stenciljs
virtual-grid
vuegrid
revo-grid
excel-grid
infinity-grid
vuejs-grid
Khazuar
commented
Jan 15, 2020
I'd be great if it were possible to set a placeholder content for the mathfield, equivalent to the placeholder-text of html-textareas. If this supported latex, it could easily be used to display text, too, by wrapping it in \text{...}.
feature
Request for a new feature or functionality, as opposed to a defect in an existing feature.
good first issue
An issue that is a good introduction to the code base
help wanted
JavaScript LaTeX to HTML5 translator
-
Updated
Aug 8, 2021 - LiveScript
Tab component for Electron
-
Updated
May 25, 2022 - TypeScript
Web Component for generating QR codes
-
Updated
Mar 15, 2022 - JavaScript
Material UI table with local or remote data-source. Featuring filtering, sorting, free-text search, export to CSV locally, and aggregations.
-
Updated
May 5, 2022 - TypeScript
Doric is a cross-platform development framework for Android & iOS & Web & Qt
-
Updated
Jun 15, 2022 - JavaScript
Simple vue draggable dialog
-
Updated
Jun 1, 2022 - Vue
javascript
vuejs
slideshow
typescript
easings
reactjs
slider
carousel
animations
mediaqueries
media-queries
webcomponent
sveltejs
solidjs
malinajs
-
Updated
Jun 14, 2022 - Svelte
-
Updated
Dec 21, 2021 - JavaScript
Control your animated GIFs
-
Updated
Apr 25, 2018 - JavaScript
Stoxy is a state management API for all modern Web Technologies
-
Updated
May 24, 2022 - JavaScript
Pure CSS Toggle Buttons as a Web component
-
Updated
Oct 12, 2018 - CSS
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 share url and text on social networks
social
share
facebook
twitter
pwa
reddit
hacker-news
progressive-web-app
social-network
stencil
email
linkedin
pinterest
copy-paste
social-share
webcomponent
progressive-web-apps
stenciljs
-
Updated
Dec 24, 2021 - TypeScript
Web music player
-
Updated
Jul 31, 2020 - JavaScript
bruit.io is a brilliant✨ easy to use feedback tool
-
Updated
May 25, 2022 - TypeScript
A rotating, touch-sensitive knob web component that you can use like an <input type="range">.
-
Updated
Jan 11, 2021 - JavaScript
A Polymer 3+ webcomponent / button for doing speech recognition
-
Updated
Oct 18, 2018 - JavaScript
boilerplate
typescript
html5
webcomponents
svelte-components
svelte
custom-elements
svelte-framework
htmlelements
webcomponent
custom-elements-v1
create-web-app
svelte-boilerplate
svelte-example
github-template
create-svelte-app
svelte-webcomponents
create-webcomponents
-
Updated
Jun 8, 2022 - TypeScript
Web Component to visualize JSON data in a tree view
-
Updated
Jun 14, 2022 - JavaScript
Simplr Router is a easy to use and easy to set up router for Web Components.
-
Updated
Apr 30, 2022 - HTML
HTML5 SVG Hyperbolic Tree Implementation.
visualisation
information-visualization
hierarchy
hyperbolic-geometry
webcomponent
hyperbolic-tree
hyperbolic-browser
hierarchy-visualization
-
Updated
Feb 12, 2022 - TypeScript
SCION Microfrontend Platform is a TypeScript-based open-source library that helps to implement a microfrontend architecture using iframes.
messaging
routing
iframe
cross-origin
webcomponent
micro-frontend
microfrontend
microfrontend-architecture
-
Updated
Jun 4, 2022 - TypeScript
Advanced Web Composition for Future
javascript
yaml
front-end
typescript
frontend
frontend-framework
ogone
front-end-development
webcomponent
webcomponents-framework
deno
-
Updated
Jul 27, 2021 - TypeScript
Created by Alex Russell
Released 2011
- Organization
- webcomponents
- Website
- www.webcomponents.org
- Wikipedia
- Wikipedia

Describe the bug
Currently
@duetds/date-pickerdoes 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