ribcage-split-view
v1.0.2
Published
A responsive navigation controller for showing two related views
Downloads
6
Maintainers
Readme
RibcageSplitView
Usage
var RibcageSplitView = require('ribcage-split-view')
, Backbone = require('Backbone')
, options = {
split: 40
, minWidth: 500
, rootView: new Backbone.View()
}
, ribcageSplitView = new RibcageSplitView(options)
@import "ribcage-split-view";
Options
- split - Integer from 0 to 100 defining the percentage of the screen the left pane should occupy
- minWidth - The minimum width of the screen that should enable the split view
Tests
Tests are in prova.
Developing
Install ribcage
npm i -g ribcage
ribcage preview .