UNPKG

react-carousel-query

Version:

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

8 lines 186 B
import { sync } from 'read-pkg-up'; export default { packageJson: sync({ cwd: __dirname }).packageJson, framework: 'react', frameworkPresets: [require.resolve('./preset')] };