---
title: "NavigationBarOverride"
description: "Interface that allows libraries to override the behavior of the [NavigationBar] component.

To override this component, implement the member function of this interface, then provide the
implementation to [LocalNavigationBarOverride] in the Compose hierarchy."
type: "interface"
---

<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
@ExperimentalMaterial3ComponentOverrideApi
interface NavigationBarOverride
```


Interface that allows libraries to override the behavior of the `NavigationBar` component.

To override this component, implement the member function of this interface, then provide the
implementation to `LocalNavigationBarOverride` in the Compose hierarchy.


## Functions

```kotlin
@Composable fun NavigationBarOverrideScope.NavigationBar()
```


Behavior function that is called by the `NavigationBar` component.



