UNPKG

react-snaplist-carousel

Version:

A light, pure React, no dependencies and flexible carousel. A modern way to do a classic thing.

6 lines (5 loc) 248 B
export { SnapItem, SnapList } from './SnapList'; export { useDragToScroll } from './useDragToScroll'; export { useScroll } from './useScroll'; export { useVisibleElements } from './useVisibleElements'; export { isTouchDevice } from './utils';