1.0.0 • Published 6 years ago

ay-slide-wheel v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Slide Wheel Component

This is an AngularJS 1.x directive which renders a slide wheel in canvas.

Installation

npm install ay-slide-wheel

Usage

// App.ts
import aySlideWheel from 'ay-slide-wheel/angular';
angular.module('myApp', [aySlideWheel]);
<ay-slide-wheel
  min="0"
  max="10"
  value="0"
  line-thickness="0.175"
  rounded-line="false"
  line-start-colour="rgba(70,141,172,1)"
  line-mid-colour="#A77484"
  line-end-colour="#1D165B"
>
</ay-slide-wheel>

Contributing

Contributions of bug reports, feature requests, and pull requests are greatly appreciated!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Licence

Released under the MIT Licence. Copyright © 2018 Ayogo Health Inc.