1.0.4 • Published 4 years ago

circular-range-slider v1.0.4

Weekly downloads
19
License
-
Repository
-
Last release
4 years ago

CircularRangeSlider

Circular Range Slider based on RoundSlider (https://roundsliderui.com)

Install following dependencies -

1) Jquery - [ npm install jquery --save ]
2) RoundSlider - [ npm i round-slider ]

Add following in angular.json

1) "scripts": [
                "./node_modules/jquery/dist/jquery.min.js",
                "./node_modules/round-slider/dist/roundslider.min.js"
              ]

2) "styles": [
                "src/styles.scss",
                "./node_modules/round-slider/dist/roundslider.min.css"
             ]

Usage

<circular-range-slider sliderProps="value" tooltipFormatter="tooltipFormatter" dialFormatter="dialFormatter" sliderFormatter="sliderFormatter" (onChange)="onChange($event)" (onDrag)="onDrag($event)">

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago