Single Month Render Hooks
Customize the appearance of each individual month within Multi-Month view.
singleMonthClass - a ClassName Input
singleMonthDidMount
singleMonthWillUnmount
For the month title element, see Single Month Header Render Hooks. For the month grid’s header row and body, see Table Render Hooks.
Argument
When the above hooks are specified as a function in the form function(arg), the arg is an object with the following properties:
date- Date object representing the first day of the monthel- the element. only available insingleMonthDidMountandsingleMonthWillUnmount