1.0.2 • Published 6 years ago

backbone-groundwork v1.0.2

Weekly downloads
11
License
-
Repository
github
Last release
6 years ago

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