Skip to content
Chris Harvey edited this page Oct 18, 2017 · 2 revisions

Add-ons to ExtraJS are packages that follow the spirit of ExtraJS: modules and/or classes that extend basic javascript functionality.

All known extrajs add-ons are listed below.


Contributing to this page:

This page is publicly editable. When adding to the list above, link the repo name to the GitHub repo. If that repo does not point to its url at npm, provide that url as well. Examples:

  • [extrajs-packagename](https://github.com/username/extrajs-packagename/)
  • [extrajs-packagename](https://github.com/username/extrajs-packagename/), https://www.npmjs.com/package/extrajs-packagename/

Clone this wiki locally