Components
An interactive holographic UI card component that reacts to cursor movement with subtle 3D tilt, dynamic glow, and iridescent sheen for a futuristic, tactile micro-interaction.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/holographic-cardLoading preview...
import HolographicCard from "@/components/ui/holographic-card";
export default function DemoOne() {
return <HolographicCard />;
}