not-found-1
efferd/not-found-1FreeBlock
Minimal 404 error page with bold typography, subtle borders, and clear navigation actions.
Install it
npx shadcn@latest add http://efferd.com/r/not-found-1.jsonSource
1import { Compass, Home } from "lucide-react";2import { Button } from "@/components/ui/button";3import {4 Empty,5 EmptyContent,6 EmptyDescription,7 EmptyHeader,8 EmptyTitle,9} from "@/components/ui/empty";1011export function NotFoundPage() {12 return (13 <div className="flex w-full items-center justify-center">14 <div className="flex h-screen items-center border-x">15 <div>16 <div className="absolute inset-x-0 h-px bg-border" />17 <Empty>18 <EmptyHeader>19 <EmptyTitle className="font-black font-mono text-8xl">20 40421 </EmptyTitle>22 <EmptyDescription className="text-nowrap">23 The page you're looking for might have been <br />24 moved or doesn't exist.25 </EmptyDescription>26 </EmptyHeader>27 <EmptyContent>28 <div className="flex gap-2">29 <Button asChild>30 <a href="#">31 <Home /> Go Home32 </a>33 </Button>3435 <Button asChild variant="outline">36 <a href="#">37 <Compass /> Explore38 </a>39 </Button>40 </div>41 </EmptyContent>42 </Empty>43 <div className="absolute inset-x-0 h-px bg-border" />44 </div>45 </div>46 </div>47 );48}
What it pulls in
Other registry items
Files it writes
More from efferd
All 201 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| app-shell-1app-shell-1 | efferd | Blocks | Paid | no deps · 7 files | |
| app-shell-10app-shell-10 | efferd | Blocks | Paid | 1 dep · 13 files | |
| app-shell-2app-shell-2 | efferd | Blocks | Paid | no deps · 9 files | |
| app-shell-3app-shell-3 | efferd | Blocks | Paid | no deps · 9 files | |
| app-shell-4app-shell-4 | efferd | Blocks | Paid | no deps · 9 files | |
| app-shell-5app-shell-5 | efferd | Blocks | Free | 1 dep · 9 files | |
| app-shell-6app-shell-6 | efferd | Blocks | Paid | no deps · 11 files | |
| app-shell-7app-shell-7 | efferd | Blocks | Paid | no deps · 12 files |
