Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
export const CarouselProvider = CarouselContext.Provider;
18
19
export const useCarousel = () => {
20
const context = useContext(CarouselContext);
21
return context;
22
};
Callers
4
NavButtons
Function · 0.90
PageIndicators
Function · 0.90
CustomArrows
Function · 0.85
CustomDots
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected