stb-component-page

Main full-screen component to build user interface.


Keywords
stb, sdk, stbsdk, framework, visual, component, page
License
MIT
Install
npm install stb-component-page@1.4.1

Documentation

Page component

build status npm version dependencies status devDependencies status Gitter

It's a wrapper around the SPA page component.

Installation

npm install stb-component-page

Usage

Add the singleton to the scope:

var page = require('stb-component-page');

Development mode

There is a global var DEVELOP which activates additional consistency checks and protection logic not available in release mode.

Contribution

If you have any problem or suggestion please open an issue here. Pull requests are welcomed with respect to the JavaScript Code Style.

License

stb-component-page is released under the MIT License.