dptoot / react-event-calendar

A React calendar component to display events
131 stars 55 forks source link

following directions on your docs are not rendering the calendar properly- #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

image I am using react-bootstrap as well as material-ui for styling. I added the events- same object array you have on the docs, and added the Calendar (after requiring it) and the calendar doesn't load properly-

ghost commented 8 years ago

also on react 0.14

dptoot commented 8 years ago

I am planning on publishing a package this weekend to support 0.14 which may alleviate your issues. Are you also including the CSS package shipped with the component in the dist folder?

dptoot commented 8 years ago

I have pushed out a release for React 0.14.0 support. From the looks of things your issues look to be CSS package related. The component is ideally CSS agnostic but ships with a boilerplate to give you a head start. Make sure it is being loaded correctly but if there are still issues then let me know.