UNPKG

@faceless-ui/slider

Version:

A React library for building every kind of slider

30 lines (20 loc) 686 B
[![NPM](https://img.shields.io/npm/v/@faceless-ui/slider)](https://www.npmjs.com/@faceless-ui/slider) ![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/slider?label=zipped) # React Slider Read the full documentation [here](https://facelessui.com/docs/slider). ## Installation ```bash $ npm i @faceless-ui/slider $ # or $ yarn add @faceless-ui/slider ``` ## Development To develop this module locally, spin up the [demo app](./demo/App.demo.js): ```bash $ git clone git@github.com:faceless-ui/slider.git $ yarn $ yarn dev $ open http://localhost:3000 ``` ## License [MIT](https://github.com/faceless-ui/slider/blob/master/LICENSE) Copyright (c) Faceless UI