Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

subview-state

bpeacock8MIT0.1.0

A state extension for subview.js

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