First off, thanks for a great calendar component. Saved a lot of time. I do have one question about customButtons prop. Is there a reason that customButtons doesn't accept react component(s)? Quite a bit of flexibility is lost with the current implementation.
The use case I have, is 3 buttons in the header right spot, "Month", "Week", and "Day". I need to have the active button a different color than the others. There currently isn't an easy way to do this without some javascript workarounds.. Also, each of those buttons changes the route url. If a user enters the url manually (/month, /week, /day), there is no easy way to change the state of the buttons to match the url route..
Hi, please don't delete, this is not a bug.
First off, thanks for a great calendar component. Saved a lot of time. I do have one question about customButtons prop. Is there a reason that customButtons doesn't accept react component(s)? Quite a bit of flexibility is lost with the current implementation.
The use case I have, is 3 buttons in the header right spot, "Month", "Week", and "Day". I need to have the active button a different color than the others. There currently isn't an easy way to do this without some javascript workarounds.. Also, each of those buttons changes the route url. If a user enters the url manually (/month, /week, /day), there is no easy way to change the state of the buttons to match the url route..
Apologies if this has been answered already.
Using version 5.4.0
Thanks in advance.