Show navigation

Today we look at the three technologies that give us native reusable custom elements (a.k.a. "web components"): custom elements, the `template` and `slot` HTML tags, and the shadow DOM.

Table of ContentsIntroductionSome Background on Web ComponentsThe Web Component SuiteThe Shadow DOMWait, what's a DOM?What gets hidden in the Shadow DOMUsing <template> and <slot>Custom ElementsPutting it all togetherThe thing about web components