DUNotFound
Utility404 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
| Prop | Type | Default | Description |
|---|---|---|---|
| onHome | () => void | — | Home 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.
Related
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
