DUHero
LandingMarketing 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
| Prop | Type | Default | Description |
|---|---|---|---|
| title / description / eyebrow | string | ReactNode | — | Copy |
| primaryLabel / secondaryLabel | string | — | CTA labels |
| onPrimary / onSecondary | () => void | — | Handlers |
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.
Related
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
