Variable: CarouselItem
@arolariu/components / CarouselItem
Variable: CarouselItem
constCarouselItem:ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/carousel.tsx:270
Renders an individual carousel slide.
Remarks
- Renders a
<div>element - Built on the shared carousel context for orientation-aware styling
Example
<CarouselItem>Slide content</CarouselItem>
See
// was this page useful?