UNPKG

react-carousel-query

Version:

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

13 lines 222 B
export const init = ({ provider, fullAPI }) => { return { api: provider.renderPreview ? { renderPreview: provider.renderPreview } : {}, init: () => { provider.handleAPI(fullAPI); } }; };