backbone-groundwork

1.0.2 • Public • Published

Backbone Groundwork

Version 1.0.0 Author

Provides a structure for creating and displaying layered application views with toolbars, buttons, menus, and actions.

preview

Installing & Using

npm install backbone-groundwork --save

Import the styles into your main less file

@import "node_modules/backbone-groundwork/src/style.less";

Include and create your views

let GW = require('backbone-groundwork')

let View = GW.SheetView.extend({
	title: 'My View',
	// ...
})

let appController = new GW.SheetsController()
let view = new View()

document.body.append(appController.render().el)

// later...
view.open()

Checkout ./demo/index.js for some more examples

Dependencies

Optional (adds additional features)

TODO

  • Sound files are not included yet
  • Let user register sounds

Readme

Keywords

none

Package Sidebar

Install

npm i backbone-groundwork

Weekly Downloads

1

Version

1.0.2

License

none

Unpacked Size

111 kB

Total Files

26

Last publish

Collaborators

  • kjantzer