Founding Member
Myndui
Move your pointer across the card — the foil, glare, and glitter catch the light as it tilts.
NO. 001 / 500
Holographic Card
tsx
import { HolographicCard } from "@/components/myndui/holographic-card";export function HolographicCardDemo() {return ( <HolographicCard variant="rainbow" className="h-96 w-72 p-6"> <span className="text-xs font-medium uppercase tracking-widest text-white/60">Founding Member</span> <div className="mt-32"> <h3 className="text-2xl font-semibold tracking-tight text-white">Myndui</h3> <p className="mt-2 text-sm text-white/70">Move your pointer across the card — the foil, glare, and glitter catch the light as it tilts.</p> </div> </HolographicCard>);}