UNPKG

react-carousel-query

Version:

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

14 lines 393 B
import React from 'react'; import { addons, types } from '@storybook/addons'; import { ADDON_ID, TOOL_ID } from './constants'; import { Tool } from './Tool'; addons.register(ADDON_ID, () => { addons.add(TOOL_ID, { type: types.TOOL, title: 'Measure', match: ({ viewMode }) => viewMode === 'story', render: () => /*#__PURE__*/React.createElement(Tool, null) }); });