Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.26 KB

An exploration of creating Web Components

component specs:

  • button with number that increases on click
  • number (count) can be set from outside through attribute like this:
<my-counter count="30"></my-counter>

View counter components written in Vanilla JS, Svelte and Stencil in action!

general:

preview of the index.html

Web Component Slides