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

https://github.com/pearlbea/mini-form

A demo web component that uses Custom Elements v1 and Shadow Dom v1
https://github.com/pearlbea/mini-form

custom-elements shadow-dom web-component-tester web-components

Last synced: 3 months ago
JSON representation

A demo web component that uses Custom Elements v1 and Shadow Dom v1

Awesome Lists containing this project

README

        

# mini-form
A demo web component that uses Custom Elements v1 and Shadow Dom v1. See a sample online at [https://mini-form-demo.firebaseapp.com/](https://mini-form-demo.firebaseapp.com/). Read the tutorial [here](https://bendyworks.com/blog/native-web-components).

## installation
```
npm install
bower install
```

## testing
Run web-component-tester
```
> wct
```

## license

Code released under an MIT license