asmer 3c8cce7edb 18 react update and prerender check | il y a 3 mois | |
---|---|---|
example | il y a 3 mois | |
src | il y a 3 mois | |
.editorconfig | il y a 3 ans | |
.eslintignore | il y a 3 ans | |
.eslintrc | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.prettierrc | il y a 3 ans | |
.travis.yml | il y a 3 ans | |
README.md | il y a 3 ans | |
package-lock.json | il y a 3 mois | |
package.json | il y a 3 mois |
made in love with JS and in hate with CSS
npm install --save react-scrollable-slider
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 />
}
}
MIT © asmer