Socket
Socket
Sign inDemoInstall

air-range-slider

Package Overview
Dependencies
13
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    air-range-slider

jQuery range slider


Version published
Weekly downloads
1
decreased by-93.75%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 20 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc