Skip to content

backbone-ui/litenav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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