<web-components>: custom elements, HTML templates and Shadow DOM
Custom elements are extensions of HTML, and I am learning about web components, so it felt like a good idea to put something here. I intend to write something useful hopefully later.
Check out this cool single element project below by nolanlawson+others on Github:
<script type="module" src="https://cdn.jsdelivr.net/npm/emoji-picker-element@^1/index.js"></script>
<emoji-picker></emoji-picker>
- Previous: <title>: Make it a good one
- Next: Consolidation