# react-scrollable-slider > made in love with JS and in hate with CSS [![NPM](https://img.shields.io/npm/v/react-scrollable-slider.svg)](https://www.npmjs.com/package/react-scrollable-slider) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save react-scrollable-slider ``` ## Usage ```jsx import React, { Component } from 'react' import MyComponent from 'react-scrollable-slider' import 'react-scrollable-slider/dist/index.css' class Example extends Component { render() { return } } ``` ## License MIT © [asmer](https://github.com/asmer)