An open API service indexing awesome lists of open source software.

https://github.com/reakaleek/webcomponents-example


https://github.com/reakaleek/webcomponents-example

hyperapp mithril react webcomponents webpack

Last synced: 3 months ago
JSON representation

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
````