input-moment icon indicating copy to clipboard operation
input-moment copied to clipboard

Styles note included?

Open MikeEgan1 opened this issue 6 years ago • 1 comments

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.

MikeEgan1 avatar Oct 31 '17 19:10 MikeEgan1

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';

Valid avatar Nov 06 '17 22:11 Valid