[blocks]: Time Picker and Time Range Picker #3174
Replies: 4 comments 2 replies
-
Time picker: https://time.openstatus.dev/ Date range picker: https://date-range-picker-for-shadcn-demo.vercel.app/ |
Beta Was this translation helpful? Give feedback.
-
nice! would love to see a time range (from and to) with validation. |
Beta Was this translation helpful? Give feedback.
-
import { isAfter } from 'date-fns' const [fromDate, setFromDate] = useState<Date | undefined>(new Date()) useEffect(() => { |
Beta Was this translation helpful? Give feedback.
-
Hello, I created this package, you can look over. |
Beta Was this translation helpful? Give feedback.
-
Description
Description
A simple time picker (just as date picker, but only for time) and also a time range picker.
love the work 👍🏻
Example
Mobiscroll Time Range Component
Example
https://demo.mobiscroll.com/react/range/#
Beta Was this translation helpful? Give feedback.
All reactions