bb10

0.0.2 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i bb10

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • damonoehlman