Menu

Posts tagged Web components

Making a theme selector

How to make a theme selector for your website, and why you might want to have more than one theme.

Querying shadow DOM

Examples of how to query shadow DOM, and when you actually don't want to.

Developing with web components

Thoughts on developing with web components from scratch; no UI libraries. This covers custom elements and very basic use of the <template> element. Shadow DOM is mentioned but not used.