Search code examples
reactjsstyles

React calendar not rendering styles


in reactjs react-calendar not rendering properly it looks like a table. it not displaying wellit look like this how I fix it


Solution

  • The styles can be imported by adding the following import to your file:

    import 'react-calendar/dist/Calendar.css';