toolbar
keyboard selectable toolbar for selecting an active tool
when users hit 0-9 on their keyboard or click an item on the toolbar toolbar
will emit a javascript event that will tell you which item in the toolbar has been selected
install
step 1:
npm install toolbar
step 2:
include some html in your page that looks like this:
First Tool Second Tool
step 3:
var toolbar = var bartab =
use browserify to package toolbar for use in your client side app!
step 4:
bartab
bonus advice
to convert svgs from the noun project into cute little transparent pngs:
mogrify -fill "#ffffff" -opaque "#000000" -background none -format png *.svg
license
BSD