BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/glow-card-demo1

Glow Card Demo 1

nyxui/glow-card-demo1
FreeExample

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-demo1.json

Source

registry/example/glow-card-demo1.tsxnyxui.com/r/glow-card-demo1.json · first 6 KB
1import { Badge } from "@/components/ui/badge";
2import { Target, Star, Moon, Skull, Droplet } from "lucide-react";
3import Image from "next/image";
4import { GlowCard } from "../ui/glow-card";
5
6export default function GlowCardDemo1() {
7 return (
8 <div className="w-full">
9 {/* Desktop: Overlapping layout, Mobile: Grid layout */}
10 <div className="relative w-full mx-auto">
11 <div className="grid grid-cols-1 md:grid-cols-2 2xl:hidden gap-6 lg:gap-8">
12 <div className="w-full max-w-sm mx-auto">
13 <GlowCard
14 variant="glitch"
15 glitchColor1="#ff0064"
16 glitchColor2="#00ff64"
17 className="w-full h-auto min-h-[400px] sm:min-h-[40px]"
18 >
19 <div className="h-full flex flex-col ">
20 <div className="h-40 sm:h-48 mb-4 rounded-lg overflow-hidden bg-gradient-to-br from-pink-600 to-green-600 flex items-center justify-center">
21 <Image
22 src="/assets/images/glow-card/deoxys.jpg"
23 alt="Digital Matrix"
24 width={200}
25 height={200}
26 quality={100}
27 className="w-full h-full object-cover"
28 />
29 </div>
30 <div className="flex-1 text-white">
31 <Badge className="mb-3 bg-pink-500/20 text-pink-300 border-pink-500/30">
32 <Target className="w-3 h-3 mr-1" />
33 Psychic
34 </Badge>
35 <h3 className="text-lg sm:text-xl font-bold mb-2">Deoxys</h3>
36 <p className="text-gray-300 text-xs sm:text-sm mb-4">
37 An alien virus that fell to earth on a meteor underwent a
38 DNA mutation to become this Pokémon.
39 </p>
40 <div className="flex items-center text-xs sm:text-sm text-gray-400">
41 <Star className="w-3 h-3 sm:w-4 sm:h-4 text-pink-400 mr-1" />
42 <span>Generation 3</span>
43 </div>
44 </div>
45 </div>
46 </GlowCard>
47 </div>
48
49 {/* Card 2 - Darkrai */}
50 <div className="w-full max-w-sm mx-auto">
51 <GlowCard
52 variant="laser"
53 laserColor="#ef4444"
54 className="w-full h-auto min-h-[400px] sm:min-h-[450px]"
55 >
56 <div className="h-full flex flex-col">
57// … truncated

What it pulls in

Other registry items

  • https://nyxui.com/r/glow-card.json

Files it writes

  • registry/example/glow-card-demo1.tsx

Facts

Registry
shadcn/ui
Type
registry:example
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
yesterday

Go to the source

Docs on shadcn/ui nyxui.com MihirJaiswal/nyxui on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 68 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
3D Layered Card Demo3d-layered-card-demoshadcn/uiExamplesFreeno deps
Animated Code Block Demoanimated-code-block-demoshadcn/uiExamplesFreeno deps
Animated Grainy Background Demoanimated-grainy-bg-demoshadcn/uiExamplesFreeno deps
Animated Text Demoanimated-text-demoshadcn/uiExamplesFreeno deps
Apple Glass Effect Demoapple-glass-effect-demoshadcn/uiExamplesFreeno deps
Bubble Background Demobubble-background-demoshadcn/uiExamplesFreeno deps
Custom Cursor Democustom-cursor-demoshadcn/uiExamplesFreeno deps
Cyberpunk Card Democyberpunk-card-demoshadcn/uiExamplesFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex