share-element

0.0.1 • Public • Published

Share Element

Installation

node.js:

npm install share-element

browser:

component install share-element

Example

var project = require('share-element');

API

Example API methods.

.on(event, fn, [capture])

Short description of some method:

project.on('event', function(e){

});

.on(event, selector, fn, [capture])

Another description:

project.on('event', 'a.remove', function(e){

});

Notes

Licence

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i share-element

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • viatropos