The Best React Carousel
npm install react-slider-awesome> the best react carousel
 
``bash`
npm install --save react-slider-awesome
`jsx
import React from 'react'
import { Slider } from 'react-slider-awesome'
import 'react-slider-awesome/dist/index.css'
const App = () => {
/ For Right to left set body{ direction: rtl; } then rtl={true|false} /
/ For no item effects noEffects={true|false} /
/ Number of items in slide size={small|big} /
return (














)
}
export default App
``
MIT © Abdullah Altahery