Socket
Book a DemoInstallSign in
Socket

react-range-slider-input

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-range-slider-input

React component wrapper for range-slider-input

Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

react-range-slider-input

travis npm javascript style guide

React component wrapper for range-slider-input.

CodeSanbox Demo

Installation

npm install react-range-slider-input

Usage

import RangeSlider from 'react-range-slider-input';

function App() {
    return (
        <RangeSlider />
    );
}

export default App;

Props

id

Identifier string (id attribute value) to be passed to the range slider element.

className

String of classes to be passed to the range slider element.

All the other props (min, max, step, value , disabled, rangeSlideDisabled, thumbsDisabled and orientation) are same as the properties set by options in range-slider-input.

License

MIT © Utkarsh Verma

Keywords

range

FAQs

Package last updated on 09 May 2022

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