Vue
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 tag
prop to make it an a
, NuxtLink
, or any other element/component. Learn more about this usage in the component documentation.
<SfButton tag="a" href="#">
Will render as an anchor tag
</SfButton>