No Description

Ivan Asmer d18ced0d7e display flex for images 3 years ago
example afc424e883 yet another buggy version like for prod 3 years ago
src d18ced0d7e display flex for images 3 years ago
.editorconfig 6746dd8c46 init create-react-library@3.1.1 3 years ago
.eslintignore 6746dd8c46 init create-react-library@3.1.1 3 years ago
.eslintrc 6746dd8c46 init create-react-library@3.1.1 3 years ago
.gitignore 6746dd8c46 init create-react-library@3.1.1 3 years ago
.prettierrc d81bcb2f13 first working 3 years ago
.travis.yml 6746dd8c46 init create-react-library@3.1.1 3 years ago
README.md 6746dd8c46 init create-react-library@3.1.1 3 years ago
package-lock.json 6746dd8c46 init create-react-library@3.1.1 3 years ago
package.json c6933be31f stop autoscroll on touch start/on scroll 3 years ago

README.md

react-scrollable-slider

made in love with JS and in hate with CSS

NPM JavaScript Style Guide

Install

npm install --save react-scrollable-slider

Usage

import React, { Component } from 'react'

import MyComponent from 'react-scrollable-slider'
import 'react-scrollable-slider/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © asmer