Pure HTML & CSS
A static mockup using only HTML and CSS to work out the interface design.
- ✔ No dependencies
- ✔ Always accessible
- ✔ Simple to understand
- ✔ No interactivity
Prototype + Three Approaches to Component-Based Thinking
A static mockup using only HTML and CSS to work out the interface design.
Interactive chat using vanilla JavaScript and standard DOM methods.
Custom element that enhances existing HTML markup with JavaScript.
Fully encapsulated custom element with Shadow DOM and internal styles.