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
- Host: GitHub
- URL: https://github.com/befreestudios-io/web-components-sandbox
- Owner: befreestudios-io
- License: mit
- Created: 2021-10-26T17:01:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T21:05:11.000Z (over 2 years ago)
- Last Synced: 2025-04-10T05:42:02.523Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2022, hacktoberfest2023, web, webcomponents
- Language: HTML
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)