Shan Pathiraja
Shan Pathiraja

Reputation: 23

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

Upvotes: 2

Views: 2497

Answers (1)

MaartenDev
MaartenDev

Reputation: 5802

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

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

Upvotes: 5

Related Questions