Skip to content

Latest commit

 

History

History
executable file
·
49 lines (27 loc) · 1020 Bytes

readme.md

File metadata and controls

executable file
·
49 lines (27 loc) · 1020 Bytes

Backbone UI: Litenav

A lightweight popup nav (for mobile)

Dependencies

Note that the plugin uses APP.View from Backbone APP if available, but falls back gracefully if you prefer using custom render logic.

Examples

Install

Using bower:

bower install backbone.ui.litenav

Usage

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

var view = new Backbone.UI.Litenav({
});

Options

...

Credits

Initiated by Lyndel Thomas ( @ryndel )

Distributed through Makesites.org

Released under the MIT license