---
title: Now-Indicator Header Render Hooks
---

Customize the now-indicator "arrow" element that appears in the time axis of [TimeGrid view](timegrid-view) and [Timeline view](timeline-view).

`nowIndicatorHeaderClass` - a [ClassName Input](classname-input) for the now-indicator header element

`nowIndicatorHeaderContent` - a [Content Injection Input](content-injection)

`nowIndicatorHeaderDidMount`

`nowIndicatorHeaderWillUnmount`


## 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
- `el` - the element. only available in `nowIndicatorHeaderDidMount` and `nowIndicatorHeaderWillUnmount`
