UNPKG

react-nivo-slider

Version:

![version](https://img.shields.io/github/package-json/v/happy-func/react-nivo-slider/main) ![typescript](https://img.shields.io/npm/types/react-nivo-slider) ![esm](https://img.shields.io/static/v1?label=build&message=esm&color=blue) ![npm bundle size (ver

5 lines 165 B
import { useContext } from 'react'; import { SwiperContext } from '../components/swiper'; export default function useSwiper() { return useContext(SwiperContext); }