Components
Loading preview...
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.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/holographic-cardimport HolographicCard from "@/components/ui/holographic-card";
export default function DemoOne() {
return <HolographicCard />;
}