---
title: Now-Indicator Line Render Hooks
---

Customize the now-indicator "line" element that appears over the day columns of [TimeGrid view](timegrid-view) and [Timeline view](timeline-view).

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

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

`nowIndicatorLineDidMount`

`nowIndicatorLineWillUnmount`


## 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 `nowIndicatorLineDidMount` and `nowIndicatorLineWillUnmount`
