1.5.1 • Published 8 years ago

dial-roller v1.5.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Dial-Roller

infinit rolling dial UI-component

Install

npm install dial-roller

Use

var DialRoller = require('dial-roller'),
    dial = new DialRoller();

Set items:

dial.items([1,2,3,4,5]);

Bind to events:

dial.on('change', function(value){
    console.log(value);
});

Set it's value:

dial.value(3);

Use the element:

document.body.appendChild(dial.element);
1.5.1

8 years ago

1.5.0

9 years ago

1.4.9

9 years ago

1.4.8

9 years ago

1.4.7

10 years ago

1.4.6

10 years ago

1.4.5

10 years ago

1.4.4

10 years ago

1.4.3

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago