0.1.2 • Published 11 years ago

sioux-ui-button v0.1.2

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

Sioux UIButton

npm install sioux-ui-button

Overview

The UIButton class lets you create buttons with some styling and with touch events.

Inheriths from:

  • sioux-ui

html:

<button class="foo">Click me!</button>

javascript:

var UIButton = require('sioux-ui-button');
var button = new UIButton(document.querySelector('.foo'));

button
.on('tap', function (event) {
  console.log('Tapped!');
});
0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago