An open API service indexing awesome lists of open source software.

https://github.com/befreestudios-io/web-components-sandbox

Playground to learn about web components
https://github.com/befreestudios-io/web-components-sandbox

hacktoberfest hacktoberfest2022 hacktoberfest2023 web webcomponents

Last synced: 12 days ago
JSON representation

Playground to learn about web components

Awesome Lists containing this project

README

          

# web-components-sandbox
Playground to learn about web components

# web-components
Web Components is a suite of different technologies allowing you to create reusable custom elements

— with their functionality encapsulated away from the rest of your code

— and utilize them in your web apps.

Web Components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. For example, we can create our new component called , with its unique styling and functionality, and use it in any JavaScript framework or library

[Want more Information about Web Components ?](https://developer.mozilla.org/en-US/docs/Web/Web_Components)