wangzuo / input-moment

React datetime picker powered by momentjs
https://wangzuo.github.io/input-moment
ISC License
527 stars 173 forks source link

Styles note included? #84

Open MikeEgan1 opened 6 years ago

MikeEgan1 commented 6 years ago

Are the styles intentionally note included in this package? I installed it via NPM, added the component and got a completely unstyled, barely functional date picker.

Valid commented 6 years ago

Docs should definitely be updated, but you can add the styles by adding this line below the import for input-moment:

import 'input-moment/dist/input-moment.css';