holographic-card-demo
eldoraui/holographic-card-demoFreeExample
Example showing a holographic-card component.
Live preview
live · rendered by the registry
Rendered by eldoraui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://eldoraui.site/r/holographic-card-demo.jsonSource
1import HolographicCard from "@/registry/eldoraui/holographic-card"23export default function HolographicCardDemo() {4 return (5 <div className="flex min-h-screen flex-col items-center justify-center gap-12 overflow-hidden px-6 py-12">6 <div className="pointer-events-none absolute inset-0 z-[-1]" />78 {/* Card 1 - Default */}9 <HolographicCard10 width={316}11 height={448}12 imageSrc="https://github.com/Northstrix/my-portfolio/blob/main/public/fourth-playground-card-image.jpg?raw=true"13 topText="旅"14 bottomText="創世"15 borderWidth={1}16 borderColor="rgba(255,255,255,0.1)"17 topTextHoverColor="#FBE75F"18 bottomTextHoverColor="#FBE75F"19 />20 </div>21 )22}
What it pulls in
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| animated-badge-demoanimated-badge-demo | eldoraui | Examples | Free | no deps | |
| animated-frameworks-demoanimated-frameworks-demo | eldoraui | Examples | Free | no deps | |
| animated-grid-pattern-demoanimated-grid-pattern-demo | eldoraui | Examples | Free | no deps | |
| animated-list-demoanimated-list-demo | eldoraui | Examples | Free | no deps | |
| animated-shiny-button-demoanimated-shiny-button-demo | eldoraui | Examples | Free | no deps | |
| blur-in-text-demoblur-in-text-demo | eldoraui | Examples | Free | no deps | |
| browser-demobrowser-demo | eldoraui | Examples | Free | no deps | |
| browser-demo-2browser-demo-2 | eldoraui | Examples | Free | no deps |
