Socket
Socket
Sign inDemoInstall

air-range-slider

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

air-range-slider

jQuery range slider


Version published
Weekly downloads
13
decreased by-7.14%
Maintainers
1
Weekly downloads
 
Created
Source

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 -S 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

Keywords

FAQs

Package last updated on 12 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc