https://github.com/alperg/web-components-sample
Web components sample
https://github.com/alperg/web-components-sample
webcomponents
Last synced: 3 months ago
JSON representation
Web components sample
- Host: GitHub
- URL: https://github.com/alperg/web-components-sample
- Owner: alperg
- License: mit
- Created: 2019-11-14T21:25:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T19:55:56.000Z (over 5 years ago)
- Last Synced: 2024-12-28T20:29:15.728Z (5 months ago)
- Topics: webcomponents
- Language: JavaScript
- Homepage: http://alperg.com/web-components-sample/
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-components-sample
Web components sampleThis sample app demonstrates how to create a web component with vanilla JS. It pulls data from an API using fetch and renders the custom components inside an unordered list.
## Browse
No package dependencies or installations. Just browse index.html in your browser.