https://github.com/mathieuloutre/wheel.js
Clicking wheel control interface
https://github.com/mathieuloutre/wheel.js
Last synced: 9 months ago
JSON representation
Clicking wheel control interface
- Host: GitHub
- URL: https://github.com/mathieuloutre/wheel.js
- Owner: MathieuLoutre
- License: other
- Created: 2015-02-01T17:54:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T17:57:19.000Z (over 11 years ago)
- Last Synced: 2025-04-11T13:25:18.625Z (about 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wheel.js
> Clicking wheel control interface
Clicking wheel control interface. Sort of like Knob.js but without any rendering.
## Usage
Install using bower: `bower install wheel.js`
Or using npm: `npm install wheel.js`
Or just by downloading the [tarball](https://github.com/MathieuLoutre/wheel.js/archive/master.zip)
```js
var wheel = new Wheel({
callback: tick,
min: 1,
max: 80,
start: currentBook,
el: "#wheel",
drag: true,
keyboard: true
});
wheel.getVal()
```
## TODO
- Testing
## Changelog
- 0.1.0 - First release