I really like the range picker, you should consider adding time into the date picker. Many times developers have both date and time requirements. Most of what I do in my domain, requires precise time down to the second due to legal requirements.
Totally agree, if this had time options we would use this in production in a heart beat. Trying to get off ant design but their date/time picker is pretty clean.
I will say, this is SUPER clean. Great work Hernán!
This is awesome, I use Semantic UI a lot and it's annoying how there's no date and/or time picker component. I'll probably use this for dates but as others have mentioned please please consider building a time picker as well :):)
Not from the calendar (for now at least), but you can change the year with the input or from a custom UI (if you pass a `month` prop to make it controlled).
14 comments
[ 2.3 ms ] story [ 32.0 ms ] threadI will say, this is SUPER clean. Great work Hernán!
I might need time-picking it soon so I might add it.
This is where you lost me. If I import a component i would like very much their styles to be self contained.
It can handle customization using css-in-js or passing class-names, but having it leak to my components is just such a turn-off.