https://github.com/reakaleek/webcomponents-example
https://github.com/reakaleek/webcomponents-example
hyperapp mithril react webcomponents webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reakaleek/webcomponents-example
- Owner: reakaleek
- Created: 2019-03-01T23:51:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:21:02.000Z (over 3 years ago)
- Last Synced: 2025-01-19T23:50:05.549Z (over 1 year ago)
- Topics: hyperapp, mithril, react, webcomponents, webpack
- Language: JavaScript
- Size: 885 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webcomponents-example
This project shows a simple autocomplete web component built with [hyperapp](https://github.com/jorgebucaran/hyperapp)
used in a [react](https://github.com/facebook/react) and a [mithril](https://github.com/MithrilJS/mithril.js) app.
## Demo
https://reakaleek.github.io/webcomponents-example/
## Run this project locally
````
$ yarn && yarn dev
````