Skip to main content

Variable: CarouselNext

@arolariu/components


@arolariu/components / CarouselNext

Variable: CarouselNext

const CarouselNext: ForwardRefExoticComponent<Omit<Omit<ButtonProps, "ref"> & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>

Defined in: components/ui/carousel.tsx:337

Renders the next-slide navigation button.

Remarks

  • Renders the shared <Button> component
  • Built on carousel context state and Embla navigation APIs
  • Pass children to override the default ArrowRight navigation icon

Example

<CarouselNext />

See

Embla React Docs

// was this page useful?