forms
date-picker
Date Picker
HTML date input with custom styling.
$
Component docs
ndui add date-picker
Default
Source
<noundry-date-picker label="Pick a date" placeholder="Select a date…" />
With min/max + initial value
Source
<noundry-date-picker label="Departure (next 90 days only)"
min-date="2026-04-25"
max-date="2026-07-24"
value="2026-05-15"
format="yyyy-MM-dd" />