Hi, I’m trying simple Calendar 4 implementation to check if it’s right for me. Browsing through the demos I found the configuration in the loaded image and I noticed that there are already the functions to change the views (Month, week, day) and the arrows for navigating the period. However, by instantiating the component, these are not present. Do I have to implement them manually (buttons and functions) or are they already present in the component and is it sufficient to activate them?
Thank you.