# Bottom Navigation

{% hint style="info" %}

<pre data-overflow="wrap"><code>You'll need to import the javascript file in your website before starting from this <a data-footnote-ref href="#user-content-fn-1">link</a>.
</code></pre>

{% endhint %}

{% tabs %}
{% tab title="Plain Javascript" %}

```
WTN.bottomNavigation.hide()
```

{% endtab %}

{% tab title="ES5+" %}

```
import { hide as hideBottomNavigation } from "webtonative/BottomNavigation"

hideBottomNavigation()
```

{% endtab %}
{% endtabs %}

[^1]: <https://docs.webtonative.com/javascript-apis/getting-started>
