Components
Loading preview...
Automated flicking through of images with (or without text descriptions)
npx shadcn@latest add https://21st.dev/r/c4m3r0nn/polaroid-flick-throughimport ImageStackDemo from "@/components/ui/polaroid-flick-through";
export default function DemoOne() {
return <ImageStackDemo />;
}