dev
Aji Kamaludin 1 year ago
parent 87f404344c
commit 92ca57e425
No known key found for this signature in database
GPG Key ID: 19058F67F0083AD3

@ -31,10 +31,10 @@ export default function Index(props) {
<Carousel <Carousel
autoplay={false} autoplay={false}
withoutControls={true} withoutControls={true}
wrapAround={true} wrapAround={false}
cellSpacing={10} cellSpacing={10}
slideIndex={selectedIndex} slideIndex={selectedIndex}
slidesToShow={1.25} slidesToShow={1.1}
afterSlide={(index) => { afterSlide={(index) => {
setIndex(index) setIndex(index)
}} }}

Loading…
Cancel
Save