holographic-card-demo
eldoraui/holographic-card-demo-3FreeExample
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-3.jsonSource
1import HolographicCard from "@/registry/eldoraui/holographic-card"23export default function HolographicCardDemo3() {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-3"10 width={316}11 height={448}12 imageSrc="https://github.com/Northstrix/my-portfolio/blob/main/public/third-playground-card-image.png?raw=true"13 topText="נמר"14 bottomText="I'm draggable!"15 topTextLetterSpacing="0.0175rem"16 bottomTextLetterSpacing="0.0175rem"17 textOverlayPadding="1.125rem 1.375rem"18 maxImageWidthPct={0.54}19 topTextColor="#5F73FB"20 topTextHoverColor="#5FA4FB"21 bottomTextColor="#5F73FB"22 bottomTextHoverColor="#5FA4FB"23 borderWidth={2}24 borderColor="#5F73FB"25 topTextVertical={false}26 bottomTextVertical={false}27 mirrorBottomText={false}28 enableDrag={true}29 isRTL30 patternColor="rgba(95, 115, 251, 0.15)"31 />32 </div>33 )34}
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 |
