Skip to main content

Variable: CarouselPrevious

@arolariu/components


@arolariu/components / CarouselPrevious

Variable: CarouselPrevious

const CarouselPrevious: 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 children to override the default ArrowLeft navigation icon

Example

<CarouselPrevious />

See

Embla React Docs

// was this page useful?