4044
mynaui/4044FreeBlock
Informs users that the requested page is unavailable or does not exist.
Install it
npx shadcn@latest add https://mynaui.com/r/4044.jsonSource
1import { buttonVariants } from "@/ui/button";2import { Separator } from "@/ui/separator";34export default function _4044() {5 return (6 <section className="mx-auto max-w-7xl space-y-6 px-4 py-32 text-center">7 <h1 className="flex h-5 items-center justify-center gap-4 text-base font-medium">8 <span>404</span>9 <Separator orientation="vertical" />10 <span>Page not found</span>11 </h1>12 <a13 href="#"14 className={buttonVariants({ variant: "secondary", size: "sm" })}15 >16 {"<- Go Back Home"}17 </a>18 </section>19 );20}
What it pulls in
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40414041 | mynaui | Blocks | Free | no deps · 2 files | |
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40434043 | mynaui | Blocks | Free | no deps · 2 files | |
| 40454045 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets1app-sheets1 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets2app-sheets2 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets3app-sheets3 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets4app-sheets4 | mynaui | Blocks | Free | no deps · 2 files |
