/tce

Tiny Custom Elements

Primary LanguageJavaScriptMIT LicenseMIT

tce

Tiny Custom Elements

Pronounced 'teensy'.

View Live

// Minimal element!
CustomElement({
	tag:'my-tag',
	dom(){/*<span>Hello world</span>*/}
})