UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

6 lines 117 B
// Stateless component with an arrow function var Component2 = ({value}) => { return ( <div>{value}</div> ) }