Added a responsive Carousel
parent
dc161603af
commit
d0ac4be35b
|
@ -45,7 +45,7 @@ const useInterval = (callback, delay) => {
|
||||||
}, [delay]);
|
}, [delay]);
|
||||||
};
|
};
|
||||||
|
|
||||||
const ResponsiveCarousel = ({
|
const CarouselResponsive = ({
|
||||||
children,
|
children,
|
||||||
limit,
|
limit,
|
||||||
mdLimit,
|
mdLimit,
|
||||||
|
@ -184,4 +184,4 @@ const ResponsiveCarousel = ({
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
export default ResponsiveCarousel;
|
export default CarouselResponsive;
|
Loading…
Reference in New Issue