react-native-super-range-slider
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

react-native-super-range-slider

Installation

npm install react-native-super-range-slider

Usage

Simple Slider

import {Slider} from "react-native-super-range-slider";


<Slider
    value={value}
    onChange={(v: number) => setValue(v)}
/>

Range Slider

import {RangeSlider} from "react-native-super-range-slider";


<RangeSlider
    min={0}
    max={160}
    step={5}
    defaultValue={values}
    onChange={(v: number[]) => setValues(v)}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i react-native-super-range-slider

Weekly Downloads

27

Version

0.2.5

License

MIT

Unpacked Size

472 MB

Total Files

21048

Last publish

Collaborators

  • giacomette