UNPKG

react-carousel-query

Version:

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

8 lines 238 B
import React from 'react'; export const anchorBlockIdFromId = storyId => `anchor--${storyId}`; export const Anchor = ({ storyId, children }) => /*#__PURE__*/React.createElement("div", { id: anchorBlockIdFromId(storyId) }, children);