unovue / radix-vue

Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://radix-vue.com
MIT License
3.54k stars 216 forks source link

[Feature]: Standalone time picker #900

Open dword-design-honestly opened 5 months ago

dword-design-honestly commented 5 months ago

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?

sadeghbarati commented 5 months 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

zernonia commented 5 months ago

Or perhaps can be achieved by https://github.com/radix-vue/radix-vue/issues/555

dword-design-honestly commented 5 months ago

Drop-down time picker like vue2-timepicker would be great.

zernonia commented 1 month ago

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 😁