Web Components Architecture

Build web components using Custom Elements v1 API with Declarative Shadow DOM, attribute-driven state, handleEvent pattern, and zero DOM selection. Use when creating custom elements, extending built-in HTML elements, or implementing component-based architecture. NO querySelector, NO innerHTML, NO external libraries - pure web platform APIs only. Use when this capability is needed.

tomevault-io 10e5a52 2 files · 31.5 KB Updated

File contents

tomevault-io/skills-registry/tree/main/matthewharwood--fantasy-phonics--web-components commit 10e5a5206c

Frequently asked questions

npx skillmds@latest add tomevault-io/web-components-architecture