1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

feat: add custom elements resource (#1413)

This commit is contained in:
Aroyan
2022-08-06 15:18:14 +08:00
committed by GitHub
parent ba25524b57
commit e2457752b8

View File

@@ -1 +1,6 @@
# Custom elements
# Custom Elements
One of the key features of the Web Components standard is the ability to create custom elements that encapsulate your functionality on an HTML page, rather than having to make do with a long, nested batch of elements that together provide a custom page feature.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements'>Using custom elements | MDN web docs</BadgeLink>