Home / Function/ useCarousel() — ui Function Reference

useCarousel() — ui Function Reference

Architecture documentation for the useCarousel() function in carousel.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  3dfa6bba_a5fa_1174_b60f_e55deefb7ee3["useCarousel()"]
  6e062cf6_8484_b47c_befe_53e1b99f8534["carousel.tsx"]
  3dfa6bba_a5fa_1174_b60f_e55deefb7ee3 -->|defined in| 6e062cf6_8484_b47c_befe_53e1b99f8534
  669e57a1_9bf1_1397_de33_51bd1cc50a3a["CarouselContent()"]
  669e57a1_9bf1_1397_de33_51bd1cc50a3a -->|calls| 3dfa6bba_a5fa_1174_b60f_e55deefb7ee3
  a7c9756a_ef28_cbad_7a19_2bfae28123e2["CarouselItem()"]
  a7c9756a_ef28_cbad_7a19_2bfae28123e2 -->|calls| 3dfa6bba_a5fa_1174_b60f_e55deefb7ee3
  d2d186d0_5fd6_2509_67d2_03b4d2fa607e["CarouselPrevious()"]
  d2d186d0_5fd6_2509_67d2_03b4d2fa607e -->|calls| 3dfa6bba_a5fa_1174_b60f_e55deefb7ee3
  cb9c0422_882b_0a1d_1416_d021ac969599["CarouselNext()"]
  cb9c0422_882b_0a1d_1416_d021ac969599 -->|calls| 3dfa6bba_a5fa_1174_b60f_e55deefb7ee3
  style 3dfa6bba_a5fa_1174_b60f_e55deefb7ee3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/ui/carousel.tsx lines 35–43

function useCarousel() {
  const context = React.useContext(CarouselContext)

  if (!context) {
    throw new Error("useCarousel must be used within a <Carousel />")
  }

  return context
}

Subdomains

Frequently Asked Questions

What does useCarousel() do?
useCarousel() is a function in the ui codebase, defined in deprecated/www/registry/default/ui/carousel.tsx.
Where is useCarousel() defined?
useCarousel() is defined in deprecated/www/registry/default/ui/carousel.tsx at line 35.
What calls useCarousel()?
useCarousel() is called by 4 function(s): CarouselContent, CarouselItem, CarouselNext, CarouselPrevious.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free