Closed dword-design-honestly closed 3 weeks ago
Additional question: Is it possible to add a time picker to a date picker
Yes, it can be done with @internationalized/date
pkg, I think we can even create Time Picker with it but, I need to check the docs to find out the way
Meanwhile, you can check this source
https://github.com/damianricobelli/shadcn-cal-com/ https://shadcn-cal-com.vercel.app
Or perhaps can be achieved by https://github.com/radix-vue/radix-vue/issues/555
Drop-down time picker like vue2-timepicker would be great.
Seeing there's multiple request for this component, perhaps we can create one with https://react-spectrum.adobe.com/react-spectrum/TimeField.html as reference 😁
Describe the feature
I was looking for a Vue 3 time picker and didn't find much. Then found Radix Vue and thought that this framework could need a standalone time picker with a nice dropdown.
Additional question: Is it possible to add a time picker to a date picker?