Components
An interactive card that uses mouse movement to create a 3D parallax effect. Multiple visual layers—a background, floating shapes, and text—move independently to create a convincing illusion of depth and perspective.
npx @21st-dev/cli add dhileepkumargm/dimensional-cardLoading preview...
import ParallaxDepthCard from "@/components/ui/dimensional-card";
export default function DemoOne() {
return (
<div className="App">
<ParallaxDepthCard />
</div>
);
}