Components
Loading preview...
this is the gallery animation on hover pics are expended with smooth animation
@n38693842
npx shadcn@latest add https://21st.dev/r/n38693842/gallery-animationimport { Component } from "@/components/ui/gallery-animation";
export default function DemoOne() {
return <Component />;
}