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
...
});
customElement('my-el', {html: 'Hello My Element'});
const MyElement = customElement({html: 'Hello My Element'});
customElments.define('my-el', MyElement);
customElement({ // returns a custom element
...
});
npm i @elementsx/core
2
0.1.0
MIT
8.08 kB
4