Glow Card Demo
nyxui/glow-card-demoFreeExample
Example showing a glow 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/glow-card-demo.jsonSource
1import { Badge } from "@/components/ui/badge";2import { Cloud, Star, Target, Waves, Wifi } from "lucide-react";3import { GlowCard } from "../ui/glow-card";45export function GlowCardDemo() {6 return (7 <div className="w-full flex flex-col items-center justify-center mx-auto">8 <div className="space-y-6">9 <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-1 xl:grid-cols-2 gap-8">10 <GlowCard11 variant="cosmic"12 intensity={1.2}13 className="h-64 aspect-4/3 shadow-gray-500/30 shadow-md border"14 >15 <div className="space-y-3">16 <Badge className="bg-purple-500/20 text-purple-300 border-purple-500/30">17 <Cloud className="w-3 h-3 mr-1" />18 Cosmic19 </Badge>20 <div>21 <h3 className="text-xl font-bold text-white mb-2">22 Cosmic Effect23 </h3>24 <p className="text-slate-300 text-xs">25 Stars, nebula gas, and cosmic dust particles.26 </p>27 </div>28 </div>29 </GlowCard>3031 <GlowCard32 variant="glitch"33 intensity={1.3}34 className="h-64 aspect-4/3 shadow-gray-500/30 shadow-md"35 >36 <div className="space-y-3">37 <Badge className="bg-pink-500/20 text-pink-300 border-pink-500/30">38 <Wifi className="w-3 h-3 mr-1" />39 Glitch40 </Badge>41 <div>42 <h3 className="text-xl font-bold text-white mb-2">43 Glitch Effect44 </h3>45 <p className="text-slate-300 text-xs">46 Corrupted digital effects with scan lines.47 </p>48 </div>49 </div>50 </GlowCard>5152 <GlowCard53 variant="liquid"54 liquidColor="#f59e0b"55 intensity={1.0}56 className="h-64 aspect-4/3 shadow-gray-500/30 shadow-md"57 >58 <div className="space-y-3">59 <Badge className="bg-amber-500/20 text-amber-300 border-amber-500/30">60 <Waves className="w-3 h-3 mr-1" />61 Liquid62 </Badge>63 <div>64 <h3 className="text-xl font-bold text-white mb-2">65 Liquid Effect66 </h3>67 <p className="text-slate-300 text-xs">68// … 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 Democyberpunk-card-demo | shadcn/ui | Examples | Free | no deps |
