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

SarcevicAntonio/si-web-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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