0.0.2 • Published 11 years ago

bb10 v0.0.2

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

BB10

This is a lightweight UI library for the Blackberry 10 platform. Look and feel is pretty much in line with the bbUI.js library, but doesn't cater for backward compatibility with Blackberry devices.

At this stage, the UI elements that have been implemented are fairly minimal, as these have been implemented on an 'as-needs' basis for sidelab projects.

UI Elements

Action Bar

var ActionBar = require('bb10/actionbar');

// create a new actionbar
var bar = new ActionBar();

// add actions
bar.addAction({ caption: 'Test', overflow: true });

// add to the dom
document.body.appendChild(bar.el);
0.0.2

11 years ago