Aucune description

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

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