🚀🚀 Deployed at https://sahilrajput03.github.io/learn-web-components (via Github Pages)
- MDN Docs - Web Components: Click here
- MDN Examples: Click here
- Lit (from Google) - Library used in this project
- ❤️ Lit Library for Web Components from Google: Click here
- Interesting Article: Click here
- Should i use any library for using web components? TLDR; Use
Lit🔥 (source)
- ❤️ Lit Library for Web Components from Google: Click here
- Download frontendmasters.com Courses: Click here
No, a custom element name (web component) cannot be a single word like . According to the HTML specification, custom element names must contain a hyphen (e.g., , ). This prevents conflicts with existing and future standard HTML elements.
No.