I have recently implemented a syncfusion calendar for managing appointments in my ReactJs project, following the code examples from this link .
After editing the JS and CSS codes (available at ), I encountered an issue with the CSS not displaying correctly. Instead of the desired output shown here https://i.sstatic.net/eckwC.png, my implementation looks like this https://i.sstatic.net/V3hLx.png https://i.sstatic.net/pmS5H.png.
It appears that there might be some issues with the styling within my code.
If anyone can provide assistance or clarification on this matter, it would be greatly appreciated.
**Latest Update**: The calendar section now displays properly after adding the license key. However, the buttons are still showing without proper CSS as seen in this example Button. Additionally, the add event popup seems to be misplaced as shown in this screenshot Add event. I have updated the code on pastecode accordingly. Kindly seeking help to resolve these issues.