Not Found
A beautifully designed 404 page to guide users when content is missing.
Installation
npx shadcn@latest add https://scrollxui.dev/registry/not-found.json
Usage
import NotFound from "@/components/ui/not-found";
<NotFound
particleCount={10000}
particleSize={4}
animate={true}
buttonText="Go Back"
buttonHref="/dashboard"
className="custom-shadow"
/>
API Reference
Not Found
A polished 404 page created to assist users when a resource is unavailable.