DUDateInput

Forms

Native date picker styled for Deri forms.

import { DUDateInput } from 'deri-ui';
Live preview
typescript
<DUDateInput label="Start date" />

Props

PropTypeDefaultDescription
labelstringLabel
...inputtype='date' attrsNative props

Usage

import { DUDateInput } from 'deri-ui';

<DUDateInput label="Start date" />

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.