holographic-card-demo
eldoraui/holographic-card-demo-2FreeExample
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-2.jsonSource
1import HolographicCard from "@/registry/eldoraui/holographic-card"23export default function HolographicCardDemo2() {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 <HolographicCard9 id="namer-ui-holographic-card-2"10 width={316}11 height={448}12 imageSrc="https://github.com/Northstrix/my-portfolio/blob/main/public/playground-card-image.webp?raw=true"13 topText="洪秀全"14 bottomText="洪秀全"15 topTextLetterSpacing="0.375rem"16 bottomTextLetterSpacing="0.375rem"17 maxImageWidthPct={0.64}18 topTextColor="#8E5BEE"19 topTextHoverColor="#E95FF6"20 bottomTextColor="#8E5BEE"21 bottomTextHoverColor="#E95FF6"22 borderWidth={2}23 borderColor="#8E5BEE"24 backgroundColor="#fff"25 patternSize={12.06}26 patternDotSize={1.75}27 patternColor="rgba(142, 91, 238, 0.1)"28 />29 </div>30 )31}
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 |
