UNPKG

react-carousel-query

Version:

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

8 lines 258 B
export const ADDON_ID = 'storybook/measure-addon'; export const TOOL_ID = `${ADDON_ID}/tool`; export const PARAM_KEY = 'measureEnabled'; export const EVENTS = { RESULT: `${ADDON_ID}/result`, REQUEST: `${ADDON_ID}/request`, CLEAR: `${ADDON_ID}/clear` };