CircularGallery

PreviousNext

Circular orbit gallery rotating images.

Docs
react-bitscomponent

Preview

Loading preview…
CircularGallery/CircularGallery.css
.circular-gallery {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}

.circular-gallery:active {
  cursor: grabbing;
}

Installation

npx shadcn@latest add @react-bits/CircularGallery-JS-CSS

Usage

import { CircularGalleryJSCSS } from "@/components/CircularGallery-JS-CSS"
<CircularGalleryJSCSS />