Components
Loading preview...
Carousel Circular Image Gallery
npx shadcn@latest add https://21st.dev/r/minhxthanh/carousel-circular-image-galleryimport { ImageGallery } from "@/components/ui/carousel-circular-image-gallery";
export default function DemoOne() {
return (
<div className="w-full">
<ImageGallery />
</div>
);
}