Tidak Ada Deskripsi

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

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