asmer 3c8cce7edb 18 react update and prerender check | пре 3 месеци | |
---|---|---|
example | пре 3 месеци | |
src | пре 3 месеци | |
.editorconfig | пре 3 година | |
.eslintignore | пре 3 година | |
.eslintrc | пре 3 година | |
.gitignore | пре 3 година | |
.prettierrc | пре 3 година | |
.travis.yml | пре 3 година | |
README.md | пре 3 година | |
package-lock.json | пре 3 месеци | |
package.json | пре 3 месеци |
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