Select Date Picker

A date range input component for selecting start and end dates with an interactive timeline visual.

Installation

npx chilli@latest add select-date-picker

Default

start
nov 12, 2025
5:30PM
end
nov 17, 2025

Focused

start
nov 12, 2025
5:30PM
end
nov 17, 2025

With Helper Text

start
nov 12, 2025
5:30PM
end
nov 17, 2025

your action will be available during 7 days

Interactive

start
nov 12, 2025
5:30PM
end
nov 17, 2025

API Reference

SelectDatePicker

PropTypeDefaultDescription
startDatestring"nov 12, 2025"The start date text to display.
startTimestring"5:30PM"The start time text to display.
endDatestring"nov 17, 2025"The end date text to display.
endTimestringOptional end time text to display.
focusedbooleanfalseWhether the picker is in focused/selected state.
helperTextstringHelper text displayed below the picker.
showHelperTextbooleanfalseWhether to show the helper text.
onClick() => voidClick handler for the picker.