Components
Loading preview...
Mouse-Responsive Parallax Background Component
npx shadcn@latest add https://21st.dev/r/minhxthanh/mouse-responsive-backgroundimport ParallaxBackground from "@/components/ui/mouse-responsive-background";
const DemoOne = () => {
return <ParallaxBackground />;
};
export { DemoOne };