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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    86
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    86

Package Sidebar

Install

npm i aem

Weekly Downloads

30

Version

0.1.0

License

MIT

Last publish

Collaborators

  • test