Our powerful JS Calendar component


Post by niranjan »

I have used the BryntumCalendar wrapper to render the calendar component in my application.
I have included the stylesheets
<link async rel="stylesheet" href="https://bryntum.com/products/calendar/build/calendar.material.css"
data-bryntum-theme>
<link async rel="stylesheet" href="%PUBLIC_URL%/css/calendar.stockholm.css" data-bryntum-theme />
in my index.html
I still do not see proper styling applied to the controls.
Can you please advise what I am missing.
See screenshot for reference

Attachments
Screen Shot 2023-03-20 at 4.18.04 PM.png
Screen Shot 2023-03-20 at 4.18.04 PM.png (126.6 KiB) Viewed 110 times

Post by marcio »

Hey niranjan,

Could you please check if there are no custom styles being applied to the controls??

If not, could you please share your project or assemble a sample one (perhaps adapting a demo and changing it to look like your project) with your configuration for us to check?

Best regards,
Márcio


Post by niranjan »

Yes. There were some custom styles inherited to the control.
I am now able to get the styles proper.
Thanks for the suggestion.


Post Reply