# Inline Week Number Render Hooks

In DayGrid view, week numbers appear inline within the day cells. Customize their appearance with these hooks.

`inlineWeekNumberClass` - a [ClassName Input](classname-input.md)

`inlineWeekNumberContent` - a [Content Injection Input](content-injection.md)

`inlineWeekNumberDidMount`

`inlineWeekNumberWillUnmount`


## Argument

When the above hooks are specified as a function in the form `function(info)`, the `info` is an object with the following properties:

- `num`
- `text`
- `textParts`
- `date` - Date object
- `isNarrow`
- `hasNavLink`
