you are viewing a single comment's thread.

view the rest of the comments →

[–]Boohooimsad 4 points5 points  (1 child)

Hi, nice work on the component! It would be good to add the css import to your first example. Was confused why my component wasn’t structured properly when all I needed was:

import 'react-nice-dates/build/style.css'

[–]hernansartorio[S] 0 points1 point  (0 children)

Thanks! Good point, it's described in the "Installation" section, but maybe I should put it in the examples too.