@elementsx/core

0.1.0 • Public • Published

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
  ... 
});

Readme

Keywords

none

Package Sidebar

Install

npm i @elementsx/core

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

8.08 kB

Total Files

4

Last publish

Collaborators

  • allenkim
  • allenhwkim