0.1.0 • Published 3 years ago
@elementsx/core v0.1.0
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
...
});0.1.0
3 years ago