theepicsnail / tce

Tiny Custom Elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tce

Tiny Custom Elements

Pronounced 'teensy'.

View Live

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

About

Tiny Custom Elements

License:MIT License


Languages

Language:JavaScript 67.4%Language:HTML 32.6%