Getting Started

Include Malette in your project and initialize it by passing it the container element in which you want it to live and options. var malette = new Malette(container, options);
Examples

Developers

To install Malette, visit GitHub and clone the project locally. Then install: $ npm install $ bower install Serve: $ gulp serve Test: $ gulp test