Skip to content

feat: add DatePicker component#5035

Open
hazrid93 wants to merge 1 commit into
callstack:mainfrom
hazrid93:hazrid93/4256_date_picker
Open

feat: add DatePicker component#5035
hazrid93 wants to merge 1 commit into
callstack:mainfrom
hazrid93:hazrid93/4256_date_picker

Conversation

@hazrid93

Copy link
Copy Markdown

feat: add DatePicker component

Addresses #4256.

Adds a Material 3 calendar date picker that lets the user pick a date from a monthly grid. Controlled by a value Date, calls onChange with the selected date when a day is pressed.

Renders a header with the month and year plus prev and next navigation that moves one month at a time and wraps the year at the December and January boundary, a weekday label row, and a full six week 42 cell grid of days including leading days from the previous month and trailing days from the next month. Highlights the selected day and disables days before an optional min date and after an optional max date. Each day exposes a button accessibility role and an accessibility label. The component is exported from the public surface. This covers the date picker half of the linked issue, with a companion time picker proposed separately.

@callstack-bot

callstack-bot commented Jul 20, 2026

Copy link
Copy Markdown

Hey @hazrid93, thank you for your pull request 🤗. The documentation from this branch can be viewed here.

Addresses callstack#4256.

Adds a Material 3 calendar date picker that lets the user pick a date from a monthly grid. Controlled by a value Date, calls onChange with the selected date when a day is pressed.

Renders a header with the month and year plus prev and next navigation that moves one month at a time and wraps the year at the December and January boundary, a weekday label row, and a full six week 42 cell grid of days including leading days from the previous month and trailing days from the next month. Highlights the selected day and disables days before an optional min date and after an optional max date. Each day exposes a button accessibility role and an accessibility label. The component is exported from the public surface. This covers the date picker half of the linked issue, with a companion time picker proposed separately.
@hazrid93
hazrid93 force-pushed the hazrid93/4256_date_picker branch from c8f69d3 to f633e22 Compare July 20, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants