Circular Gallery
A layouts circular gallery component
import CircularGallery from "@/components/vritti/circular-gallery";
export function CircularGalleryExample() {
return (
<div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border">
<CircularGallery
items={[
{ image: "/placeholder.jpg", text: "Coastline" },
{ image: "/placeholder.jpg", text: "Palm Trees" },
{ image: "/placeholder.jpg", text: "Bridge" },
{ image: "/placeholder.jpg", text: "Desk Setup" },
{ image: "/placeholder.jpg", text: "Waterfall" },
{ image: "/placeholder.jpg", text: "Mountains" },
]}
/>
</div>
);
}
Installation
pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/circular-gallery"
Dependencies
pnpm add ogl