air-range-slider
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i air-range-slider

Weekly Downloads

1

Version

1.0.12

License

ISC

Unpacked Size

104 kB

Total Files

5

Last publish

Collaborators

  • victordesyatkin