Variable: CarouselPrevious
@arolariu/components / CarouselPrevious
Variable: CarouselPrevious
constCarouselPrevious:ForwardRefExoticComponent<Omit<Omit<ButtonProps,"ref"> &RefAttributes<HTMLButtonElement>,"ref"> &RefAttributes<HTMLButtonElement>>
Defined in: components/ui/carousel.tsx:301
Renders the previous-slide navigation button.
Remarks
- Renders the shared
<Button>component - Built on carousel context state and Embla navigation APIs
- Pass
childrento override the defaultArrowLeftnavigation icon
Example
<CarouselPrevious />
See
// was this page useful?