Date panel component for React
Go to file
Astrian Zheng 9c6f2fcea3
fix: adjust year limits in SingleDatePicker to prevent invalid navigation
The min value of the year is 100, and remove the max limitation.
If user input the year number less than 100, it will be treated as a two-digit year of 21st century.
2025-02-20 10:09:45 +11:00
playground fix: disable date selection for non-current months 2025-02-20 10:02:37 +11:00
public initial commit 2025-02-19 19:36:11 +11:00
src fix: adjust year limits in SingleDatePicker to prevent invalid navigation 2025-02-20 10:09:45 +11:00
.gitignore chore: update .gitignore to exclude compiled CSS files 2025-02-19 20:50:46 +11:00
eslint.config.js initial commit 2025-02-19 19:36:11 +11:00
package-lock.json add: SingleDatePicker component with simple style and layout 2025-02-19 19:36:23 +11:00
package.json add: SingleDatePicker component with simple style and layout 2025-02-19 19:36:23 +11:00
README.md initial commit 2025-02-19 19:36:11 +11:00
tsconfig.app.json initial commit 2025-02-19 19:36:11 +11:00
tsconfig.json initial commit 2025-02-19 19:36:11 +11:00
tsconfig.node.json initial commit 2025-02-19 19:36:11 +11:00
vite.config.ts initial commit 2025-02-19 19:36:11 +11:00

Datenel

Datenel = Date + Panel