feat: add custom elements resource (#1413)
parent
ba25524b57
commit
e2457752b8
1 changed files with 6 additions and 1 deletions
@ -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> |
||||
|
Loading…
Reference in new issue