CarouselProps Type — ui Architecture
Architecture documentation for the CarouselProps type/interface in carousel.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD b768d95a_9543_85a2_0c6c_c0ab7070c53b["CarouselProps"] 5561f304_821d_8ffa_5ecc_71dcfb6cdd6c["carousel.tsx"] b768d95a_9543_85a2_0c6c_c0ab7070c53b -->|defined in| 5561f304_821d_8ffa_5ecc_71dcfb6cdd6c style b768d95a_9543_85a2_0c6c_c0ab7070c53b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/ui/carousel.tsx lines 17–22
type CarouselProps = {
opts?: CarouselOptions
plugins?: CarouselPlugin
orientation?: "horizontal" | "vertical"
setApi?: (api: CarouselApi) => void
}
Source
Frequently Asked Questions
What is the CarouselProps type?
CarouselProps is a type/interface in the ui codebase, defined in deprecated/www/registry/new-york/ui/carousel.tsx.
Where is CarouselProps defined?
CarouselProps is defined in deprecated/www/registry/new-york/ui/carousel.tsx at line 17.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free