Skip to content

Instantly share code, notes, and snippets.

View joakimbeng's full-sized avatar

Joakim Carlstein joakimbeng

View GitHub Profile
@getflourish
getflourish / Import CustomElements from .html files.md
Last active July 18, 2025 09:01
Import CustomElements from .html files

Import CustomElements from .html files

This is the technical implementation of the idea and concept described in my article “Why don’t we use HTML to author web components?

Instead of using template literals, constructors and other specifics to define CustomElements, this is a proposal to just use standard HTML to define CustomElements.

The goal is to import CustomElements like this: