µhtml based Custom Elements
npm install uce  
Social Media Photo by Dawid Zawiła on Unsplash
µhtml based Custom Elements.
Please ask questions in the dedicated discussions repository, to help the community around this project grow ♥
---
_µce_ exports render, html, and svg, from _µhtml_, plus its own way to define components.
In version 1.2, it exports also a plain-tag named css, useful to trigger _CSS_ minifiers.
Check out the test page or this code pen playground.
``js
// list of all exports
import {define, render, html, svg, css} from 'uce';
define('my-component', {
// if specified, it can extend built-ins too.
// by default it's 'element', as HTMLElement
extends: 'div',
// if specified, it injects once per class definition
// a global