Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 667 Bytes

readme.md

File metadata and controls

35 lines (20 loc) · 667 Bytes

Backbone UI: Collapsible

A simple extension to make certain parts of a website collapsible on smaller screens

Examples

Install

Using bower:

bower install backbone.ui.collapsible

Usage

Load the css and js in your app. Then load the view on the appropriete container:

var view = new Backbone.UI.Collapsible({
	el : '.ui-collapsible'
});

Credits

Initiated by Lyndel Thomas ( @ryndel )

Distributed through Makesites.org

Released under the MIT license