UNPKG

react-carousel-query

Version:

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

11 lines 330 B
import global from 'global'; import renderStorybookUI from '@storybook/ui'; import Provider from './provider'; import { importPolyfills } from './conditional-polyfills'; const { document } = global; importPolyfills().then(() => { const rootEl = document.getElementById('root'); renderStorybookUI(rootEl, new Provider()); });