1.0.0 • Published 9 years ago

mangrovejs v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Mangrove v1.0.0

Reusable HTML class components

Mangrove is the collection of utilities to define reusable HTML class components using the class-component module.

Core modules

Core components

external dependencies

  • jQuery
  • es6 Promise

Mangrove assumes jQuery and Promise are exposed on global namespace.

Install

npm + browserify

npm install mangrovejs
global.jQuery = require('jquery');
require('es6-promise').polyfill();

require('mangrove');

bower

bower install mangrove
<script src="path/to/jquery"></script>
<script src="path/to/es6-promise"></script>
<script src="path/to/mangrove.js"></script>

License

MIT

1.0.0

9 years ago

0.1.3

9 years ago

0.1.1

9 years ago