[Feature Request] createDatePicker: headless date primitive (composable-first)
Open
@johnleider is already working on this.
Since Jul 6, 2026.
E: createDatePicker
T: feature
- Dominant language
- TypeScript
- Stars
- 735
- Forks
- 10
- Avg merge
- 10h 47m
- Merged PRs (30d)
- 72
Description
Build the createDatePicker composable — headless date state built composable-first (no @internationalized/date, leaning on the useDate adapter): calendar-grid geometry, range mode, presets, min/max, disabled dates.
Part of the v1.5.0 epic (#511). The DatePicker and DateRangePicker component shells build on this.
Category
formsand the namecreateDatePickerare provisional — adjust at implementation.
Checklist — new-feature checklist, composables
-
packages/0/src/composables/createDatePicker/—index.ts(+index.test.ts) -
packages/0/src/composables/index.ts— addexport * from './createDatePicker'(alphabetical) -
packages/0/src/maturity.json— addcreateDatePickerentry:level: preview,since: null,category: forms,description -
apps/docs/src/pages/composables/forms/date-picker.md— docs page with frontmatter -
apps/docs/src/examples/composables/date-picker/basic.vue— basic example -
apps/docs/src/pages/composables/index.md— table entry (forms section) -
packages/0/README.md— What's Included table - root
README.md— keep in sync -
packages/0/src/surface.test.ts— add exports toCOMPOSABLESfreeze array (sorted) -
<DocsApi />renders + feature appears inapi-whitelist.tsafter build -
pnpm build:0 && pnpm typecheck && pnpm lint:fix && pnpm build:docsgreen
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.