1.0.12 • Published 3 years ago

air-range-slider v1.0.12

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

Air range slider

Customizable jQuery range slider, built with es5 and css-flexbox.

Quick start

  1. Install plugin via npm or you can download files directly from GitHub:
npm i air-range-slider
  1. Import JQuery and plugin in your project:
import $ from 'jquery';
import 'air-range-slider';
import 'air-range-slider/dist/style.css';
  1. Initialize plugin:
<div class="my-selector"></div>
$('.my-selector').slider([options]);
  1. Access instance of plugin:
$('.my-selector').data('slider');

Demo and docs