react-haiku icon indicating copy to clipboard operation
react-haiku copied to clipboard

[FEAT] Create <Carousel /> utility component

Open DavidHDev opened this issue 1 year ago • 0 comments

Description: Implement a versatile <Carousel /> utility component that allows easy integration of image or content carousels into React applications.

Acceptance Criteria:

  • [ ] The <Carousel /> component should support horizontal and vertical scrolling with smooth transitions.
  • [ ] It should provide options for customizing the animation, navigation controls, and autoplay behavior.
  • [ ] The component should allow rendering any type of content, such as images, text, or custom components, within each carousel item.

DavidHDev avatar Jul 09 '23 16:07 DavidHDev