This project provides a set of date picker components built with SolidJS and SUID UI library.
npm install solid-date-pickers
This component has the following peer dependencies that you will need to install as well.
"peerDependencies": {
"@suid/icons-material": "^0.7.0",
"@suid/material": "^0.16.0",
"solid-js": ">=1.6.0"
},
Uses Intl.DateTimeFormat to enable language-sensitive date formatting.
Distributed under the MIT License.