Components
Loading preview...
Images Scrolling Animation
npx shadcn@latest add https://21st.dev/r/minhxthanh/images-scrolling-animationimport { ImagesScrollingAnimation } from "@/components/ui/images-scrolling-animation";
export default function DemoOne() {
return <ImagesScrollingAnimation />;
}