Installation
Usage
export default function ThreeDPhotoCarouselDemo() {
return (
<div className="w-full max-w-4xl">
<div className="min-h-[500px] flex flex-col justify-center border border-dashed rounded-lg space-y-4">
<div className="p-2">
<ThreeDPhotoCarousel />
</div>
</div>
</div>
)
}