A minimal and clean 404 page template designed for quick integration. Perfect for projects that need a straightforward error page without unnecessary complexity.
Installation
npx 404lab@latest add simpleThis will add the SimplePage component to your project automatically.
Usage
Import and render the component in your not-found.tsx file:
import SimplePage from "@/components/404/SimplePage"
export default function NotFoundPage() {
return
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | Additional CSS classes for styling the container. |
This component requires no props by default. Just drop it in and it works!
Features
Minimal Design
Clean and lightweight architecture focused on essential information.
Fast Loading
Optimized for speed with minimal assets and straightforward logic.
Fully Responsive
Adapts perfectly to any screen size without layout shifts.
Distraction-Free
Clear communication of the error state without excessive visual noise.
Premium Utility
A reliable foundation for any custom 404 page implementation.