Live data from Hacker News

Show HN: React Nice Dates

reactnicedates.hernansartorio.com

11–15 of 15 posts

Re: Show HN: React Nice Dates

#11
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 :):)

Re: Show HN: React Nice Dates

#13
> Import the desired components [...] and the CSS

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.

Re: Show HN: React Nice Dates

#14
post #12

One of the most important features of a calendar to me is to be able to traverse years quickly. Is that possible with your calendar?

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).
Post reply on HN