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
- Host: GitHub
- URL: https://github.com/pearlbea/mini-form
- Owner: pearlbea
- Created: 2017-05-01T15:53:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T12:21:29.000Z (almost 7 years ago)
- Last Synced: 2025-01-04T20:30:09.973Z (5 months ago)
- Topics: custom-elements, shadow-dom, web-component-tester, web-components
- Language: HTML
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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