onefinestay / react-daterange-picker

Other
563 stars 209 forks source link

No CSS Styles #178

Closed wazcov closed 6 years ago

wazcov commented 7 years ago

The calendar appears with no CSS Styles. It appears to be to do with loading it with webpack

AlanFoster commented 6 years ago

You can add an import directly to your project if you have webpack configured:

import 'react-daterange-picker/dist/css/react-calendar.css'

Or you can create your own styling if you would prefer