DUDateInput
FormsNative date picker styled for Deri forms.
import { DUDateInput } from 'deri-ui';Live preview
typescript
<DUDateInput label="Start date" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | — | Label |
| ...input | type='date' attrs | — | Native 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.
