Bez popisu

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

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