---
title: Single Month Render Hooks
---

Customize the appearance of each individual month within Multi-Month view.

`singleMonthClass` - a [ClassName Input](classname-input)

`singleMonthDidMount`

`singleMonthWillUnmount`

For the month title element, see [Single Month Header Render Hooks](single-month-header-render-hooks). For the month grid's header row and body, see [Table Render Hooks](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 month
- `el` - the element. only available in `singleMonthDidMount` and `singleMonthWillUnmount`
