UNPKG

react-responsive-framer-motion-carousel

Version:

React carousel componet

10 lines (7 loc) 234 B
import React from 'react' function Counter({counter, pageIndex, pageCount}) { return ( <span className="carousel-counter">{`${counter[1] ? counter[1] : ""} ${pageIndex + 1} / ${pageCount}`}</span> ) } export default Counter