aem

0.1.0 • Public • Published

AEM

Installation:

npm i --save aem

Example:

import AEM from 'aem';
 
class Button extends AEM.Component {
  init() {
    this.element.addEventListener('click', () => {
      alert('You clicked me!');
    });
  }
}
 
AEM.registerComponent('#my-button', Button);

Readme

Keywords

none

Package Sidebar

Install

npm i aem

Weekly Downloads

32

Version

0.1.0

License

MIT

Last publish

Collaborators

  • test