timepicker like we have in antd and material ui #5666
yashsolanki22
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks, Is there any plan on Timepicker component as well just like we have a date picker in shadcn. A timepicker similar to how it's available in other ui libraries like material UI and antd. I'm interested in more simpler approach of using the format below
hours : minutes : am/pm (optional)

example:
surely there can be more customization be done.
I've checked that shadcn uses
react-day-picker
package for datepicker but at the momentreact-day-picker
does not have the timepicker option. I would like to know if there is a plan to integrate timepicker as well in shadcn and if there is any libraries you already have in mind which can be used to built Timepicker component. i would be happy to experiment on build one.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions