Image sliding made easy
The code in this repository is experimental and highly unstable we discourage anyone to use it even for non business critical applications.
npm install --save @thesoftwareacademy.it/carousel
import React, { Component } from 'react'
import MyComponent from 'carousel'
import 'carousel/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © AndreaCitrolo