React

NavbarBottom

NavbarBottom block is the navigation element used in mobile view.

You can make the navbar items links

Each item in the navbar is an SfButton component. This means that you can make each item a link by using the as prop to make it an a, NextLink, or any other element/component. Learn more about this usage in the component documentation.

<SfButton as="a" href="#">
  Will render as an anchor tag
</SfButton>