MCPcopy
hub / github.com/FormidableLabs/nuka-carousel / useCarousel

Function useCarousel

packages/nuka/src/hooks/use-carousel.tsx:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17export const CarouselProvider = CarouselContext.Provider;
18
19export const useCarousel = () => {
20 const context = useContext(CarouselContext);
21 return context;
22};

Callers 4

NavButtonsFunction · 0.90
PageIndicatorsFunction · 0.90
CustomArrowsFunction · 0.85
CustomDotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected