3D Parallax Unfurling Gallery | Community Components | 21st
/3D Parallax Unfurling Gallery
3D Parallax Unfurling Gallery
A cinematic, scroll-driven image grid gallery with deep 3D matrix rotations, smooth multi-column parallax translation offsets, and responsive fluid boundaries for landing showcases
// This is a file with a demo for your component// That's what users will see in the preview// Create new files in this directory to add more demosimport Component from "@/components/ui/3d-parallax-unfurling-gallery";// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMOexport default function DemoOne() { return <Component />;}