subview-state
v0.1.0
Published
A state extension for subview.js
Downloads
2
Readme
subview-state.js
A subview.js extension that adds a state model to your subview that can be bound to and is reflected by CSS classes applied to the $wrapper
. This is very useful for UI state changes such as hiding and showing a side bar.
Usage
Installation: npm install subview-state
For a usage example see this subview.js example.
Development
To Build: grunt build
To Develop: grunt watch
To Test: npm test