DUJobCard
CommerceJob listing card for hiring platforms.
import { DUJobCard } from 'deri-ui';Live preview
UI Engineer
Deri · Remote
$90k+
React
typescript
<DUJobCard title="Engineer" company="Deri" salary="$100k" tags={['React']} onApply={apply} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title / company / location / salary | string | — | Meta |
| tags | string[] | — | Skills |
| onApply | () => void | — | CTA |
Usage
import { DUJobCard } from 'deri-ui';
<DUJobCard title="Engineer" company="Deri" salary="$100k" tags={['React']} onApply={apply} />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.
