DUHero

Landing

Marketing hero with CTAs and gradient backdrop.

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

Build with Deri

Reusable DU* components.

typescript
<DUHero title="Build faster" description="…" primaryLabel="Start" onPrimary={go} />

Props

PropTypeDefaultDescription
title / description / eyebrowstring | ReactNodeCopy
primaryLabel / secondaryLabelstringCTA labels
onPrimary / onSecondary() => voidHandlers

Usage

import { DUHero } from 'deri-ui';

<DUHero title="Build faster" description="…" primaryLabel="Start" onPrimary={go} />

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.