Date Picker

Select a day from a calendar popover with support for uncontrolled fields, controlled state, and constrained month navigation.

Installation

$npx maddex add DatePicker

Uncontrolled Field

Start with the default picker when the field can manage its own selected day until a form submits it.

Preview

        
            
        
    

Controlled Value

Use value and on-value-change when the rest of the page needs to react to the selected date.

Preview

        
            
        
    

Bounded Planning Window

Use dropdown month and year controls with a fixed year range when the picker should stay inside a known planning window.

Preview