Components
Loading preview...
A modern, interactive crypto card component that responds to cursor movement, creating a subtle 3D tilt effect. Ideal for fintech and Web3 dashboards, this reusable UI card enhances user experience with smooth motion and futuristic design. Built using Tailwind CSS and React for easy integration.
@coderislive07
npx shadcn@latest add https://21st.dev/r/coderislive07/cursor-wander-cardimport * as React from "react"
import CursorWanderCard from "@/components/ui/cursor-wander-card"
function DemoBasicCard() {
return (
<CursorWanderCard cardholderName="JOHN DOE" />
)
}
export { DemoBasicCard }