CarouselProps Type — ui Architecture
Architecture documentation for the CarouselProps type/interface in carousel.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD f821fc65_6c2b_a225_0ff8_cefee6b94a57["CarouselProps"] 34ea8762_b6f9_1326_4ee4_e5f05e66390a["carousel.tsx"] f821fc65_6c2b_a225_0ff8_cefee6b94a57 -->|defined in| 34ea8762_b6f9_1326_4ee4_e5f05e66390a style f821fc65_6c2b_a225_0ff8_cefee6b94a57 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/carousel.tsx lines 17–22
type CarouselProps = {
opts?: CarouselOptions
plugins?: CarouselPlugin
orientation?: "horizontal" | "vertical"
setApi?: (api: CarouselApi) => void
}
Defined In
Source
Frequently Asked Questions
What is the CarouselProps type?
CarouselProps is a type/interface in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/carousel.tsx.
Where is CarouselProps defined?
CarouselProps is defined in apps/v4/registry/new-york-v4/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