Components
Loading preview...
3D parallax effect on hover
npx shadcn@latest add https://21st.dev/r/minhxthanh/3d-parallax-effect-on-hoverimport ParallaxImages from "@/components/ui/3d-parallax-effect-on-hover";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<ParallaxImages />
</div>
);
};
export { DemoOne };