Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 436 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 436 Bytes

web-components-example-demo

This repository contains a few examples to showcase how to build a web component. Feel free to jump around different branches!

Available branches:

  • modal-web-components : modal web component example with no framework! Just HTML and JS
  • simple-greeting : simple greeting component with lit
  • button-counter: clickable button with lit showcasing lit's @ expressions to add event listeners