Made with create-react-library
npm install --save react-slider
import React, { Component } from 'react'
import MyComponent from 'react-slider'
import 'react-slider/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © freefair