Reputation: 23
in reactjs react-calendar not rendering properly it looks like a table. it not displaying wellit look like this how I fix it
Upvotes: 2
Views: 2497
Reputation: 5802
The styles can be imported by adding the following import to your file:
import 'react-calendar/dist/Calendar.css';
Upvotes: 5