DUNavbar

Navigation

Sticky top navigation with brand, links, and actions.

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

See live shell

Use the SaaS kit demo for a full navbar + sidebar composition.
typescript
<DUNavbar brand="Deri" links={[{label:'Home',active:true}]} actions={<DUButton size="sm">Go</DUButton>} />

Props

PropTypeDefaultDescription
brandReactNodeLogo/title
linksarrayNav links
actionsReactNodeRight slot
onMenuClick() => voidMobile menu

Usage

import { DUNavbar } from 'deri-ui';

<DUNavbar brand="Deri" links={[{label:'Home',active:true}]} actions={<DUButton size="sm">Go</DUButton>} />

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.