0.1.0 • Published 10 years ago

subview-state v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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