DUNotFound

Utility

404 page block.

import { DUNotFound } from 'deri-ui';
Live preview

404

Page not found

The page you requested does not exist.

typescript
<DUNotFound onHome={() => router.push('/')} />

Props

PropTypeDefaultDescription
onHome() => voidHome action

Usage

import { DUNotFound } from 'deri-ui';

<DUNotFound onHome={() => router.push('/')} />

Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.

© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.