CarouselProps Type — ui Architecture
Architecture documentation for the CarouselProps type/interface in carousel.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 8e77c464_f14c_b5cd_8d81_2ad533ae45a8["CarouselProps"] 7e7652ce_fc95_8d6e_4506_c860f14d1d73["carousel.tsx"] 8e77c464_f14c_b5cd_8d81_2ad533ae45a8 -->|defined in| 7e7652ce_fc95_8d6e_4506_c860f14d1d73 style 8e77c464_f14c_b5cd_8d81_2ad533ae45a8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/carousel.tsx lines 16–21
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/examples/radix/ui-rtl/carousel.tsx.
Where is CarouselProps defined?
CarouselProps is defined in apps/v4/examples/radix/ui-rtl/carousel.tsx at line 16.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free