Cyberpunk Card Demo
nyxui/cyberpunk-card-demoFreeExample
Example showing a cyberpunk card.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://nyxui.com/r/cyberpunk-card-demo.jsonSource
1import { CyberpunkCard } from "../ui/cyberpunk-card";2import { Badge } from "../../components/ui/badge";3import { Button } from "../../components/ui/button";4import { ChevronRight, Cpu, Zap, Shield } from "lucide-react";56export const CyberpunkCardDemo = () => {7 return (8 <div className="flex flex-col md:flex-row items-center justify-center gap-20 rounded-xl scale-75 md:scale-100">9 <CyberpunkCard10 theme="neon-pink"11 colorShift12 borderStyle="circuit"13 backgroundEffect="circuit"14 className="h-full transition-transform duration-200"15 >16 <div className="flex flex-col gap-2 p-1 max-w-xs">17 <div className="flex justify-between items-start">18 <h3 className="text-2xl font-bold tracking-tight text-pink-100">19 Lucy20 </h3>21 <Badge className="bg-pink-500/20 text-pink-200 hover:bg-pink-500/30 text-xs">22 Edgerunner23 </Badge>24 </div>2526 <div className="relative w-80 h-40 mx-auto">27 <div className="w-full h-full bg-[url('/assets/images/cyberpunk-card/lucy.webp')] bg-cover bg-center rounded-lg" />28 </div>2930 <p className="text-xs text-gray-100 my-3">31 Advanced cybernetic enhancement module for combat performance32 </p>3334 <div className="space-y-2">35 <div className="flex items-center gap-2">36 <Zap className="w-4 h-4 text-pink-100" />37 <div className="h-1.5 bg-pink-900/50 rounded-full w-full">38 <div className="h-1.5 bg-gradient-to-r from-pink-400 to-pink-500 rounded-full w-4/5"></div>39 </div>40 <span className="text-xs font-medium text-pink-200">80%</span>41 </div>4243 <div className="flex items-center gap-2">44 <Cpu className="w-4 h-4 text-pink-100" />45 <div className="h-1.5 bg-pink-900/50 rounded-full w-full">46 <div className="h-1.5 bg-gradient-to-r from-pink-400 to-pink-500 rounded-full w-3/4"></div>47 </div>48 <span className="text-xs font-medium text-pink-200">75%</span>49 </div>5051 <div className="flex items-center gap-2">52 <Shield className="w-4 h-4 text-pink-100" />53 <div className="h-1.5 bg-pink-900/50 rounded-full w-full">54 <div className="h-1.5 bg-gradient-to-r from-pink-400 to-pink-500 rounded-full w-3/5"></div>55 </div>56// … truncated
What it pulls in
Other registry items
Files it writes
More from shadcn/ui
All 68 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3D Layered Card Demo3d-layered-card-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Code Block Demoanimated-code-block-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Grainy Background Demoanimated-grainy-bg-demo | shadcn/ui | Examples | Free | no deps | |
| Animated Text Demoanimated-text-demo | shadcn/ui | Examples | Free | no deps | |
| Apple Glass Effect Demoapple-glass-effect-demo | shadcn/ui | Examples | Free | no deps | |
| Bubble Background Demobubble-background-demo | shadcn/ui | Examples | Free | no deps | |
| Custom Cursor Democustom-cursor-demo | shadcn/ui | Examples | Free | no deps | |
| Cyberpunk Card Demo 1cyberpunk-card-demo1 | shadcn/ui | Examples | Free | no deps |
