BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/8bitcn/not-found2

8-bit 404 Dwarf

8bitcn/not-found2
FreeBlock

Retro 404 page with pixel dwarf character.

Install it

npx shadcn@latest add https://www.8bitcn.com/r/not-found2.json

Source

components/ui/8bit/blocks/not-found2.tsxwww.8bitcn.com/r/not-found2.json
1import Link from "next/link";
2import Image from "next/image";
3
4import { cn } from "@/lib/utils";
5
6import { Button } from "@/components/ui/8bit/button";
7
8import "@/components/ui/8bit/styles/retro.css";
9
10interface NotFound2Props {
11 className?: string;
12 cta?: string;
13 description?: string;
14 href?: string;
15 imageSrc?: string;
16 title?: string;
17}
18
19export default function NotFound2({
20 title = "The Dwarf says NO!",
21 description = "This tunnel has collapsed. The path you seek no longer exists.",
22 cta = "Retreat to Safety",
23 href = "/",
24 imageSrc = "/images/8bit-dwarf.png",
25 className,
26}: NotFound2Props) {
27 return (
28 <div
29 className={cn(
30 "retro grid w-full place-content-center gap-5 bg-background px-4 py-16 text-center md:py-24",
31 className,
32 )}
33 >
34 <div className="retro font-bold text-6xl tracking-tight sm:text-8xl">
35 404
36 </div>
37
38 {imageSrc && (
39 <div className="flex justify-center -mt-10">
40 <Image
41 alt="404"
42 className="pixelated"
43 height={200}
44 src={imageSrc}
45 width={200}
46 />
47 </div>
48 )}
49
50 <h1 className="retro font-bold text-2xl tracking-tight sm:text-4xl">
51 {title}
52 </h1>
53
54 <p className="retro text-muted-foreground text-[9px]">{description}</p>
55
56 <div className="flex justify-center">
57 <Button asChild>
58 <Link href={href}>{cta}</Link>
59 </Button>
60 </div>
61 </div>
62 );
63}

What it pulls in

Other registry items

  • button

Files it writes

  • components/ui/8bit/blocks/not-found2.tsx
  • components/ui/8bit/styles/retro.css
  • components/ui/8bit/button.tsx

Facts

Registry
8bitcn
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
yesterday

Go to the source

www.8bitcn.com Raw registry item This item as JSON

More from 8bitcn

All 121 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
8-bit Advanced 1advanced18bitcnBlocksFreeno deps · 3 files
8-bit Advanced 2advanced28bitcnBlocksFreeno deps · 5 files
8-bit Advanced 3advanced38bitcnBlocksFreeno deps · 6 files
8-bit Audio Settingsaudio-settings8bitcnBlocksFree2 deps · 7 files
8-bit Chapter Introchapter-intro8bitcnBlocksFreeno deps · 3 files
8-bit Character Sheetcharacter-sheet8bitcnBlocksFreeno deps · 9 files
8-bit Chartchart8bitcnBlocksFreeno deps · 3 files
8-bit Chart Area Stepchart-area-step8bitcnBlocksFreeno deps · 3 files
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