@elementsx/core
v0.1.0
Published
Custom Element Build Engine
Downloads
4
Readme
Title
customElement('my-el', {html: 'Hello My Element'});
const MyElement = customElement({html: 'Hello My Element'});
customElments.define('my-el', MyElement);
customElement({ // returns a custom element
...
});