Koala logo Design
Esc
No matches for “
↑↓ navigate open Esc close
Components Date picker

Date picker

Form-bound date input wrapped in tokenised chrome. Native <input type="date"> rendering varies wildly across browsers — this helper layers Flatpickr on top so every user sees the same calendar widget.

<koala-date-picker>
Canonical
Variants
Optional
optional
With min
min="2026-05-14"
Props
Attribute Values Notes
forModel expressionRequired. DateTime, DateOnly, or DateTimeOffset.
labelStringOptional. Renders a <label> above the input.
optionalBooleanAppends (optional) to the label.
min / maxISO 8601 date (yyyy-MM-dd)Constrain selectable dates.
classTailwind classesDefault mb-5.