--- import { getVersionedDocsPath } from '@libs/path' export const title = 'Fixed top navbar example' export const extra_css = ['navbar-fixed.css'] ---

Navbar example

This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser’s viewport.

View navbar docs »