Back to migration overview

BNavbar Migration

Migration notes for BNavbar from BootstrapVue to BootstrapVueNext.

View Source Edit this page on GitHub Migration Notes

BNavbar Migration

Summary

Migration notes for BNavbar from BootstrapVue to BootstrapVueNext.

Affected APIs

  • BNavbar

Breaking Change

The type prop is deprecated. Use the v-b-color-mode directive or useColorMode composable instead. Details in our docs

BNavbarNav

align prop now takes values from AlignmentJustifyContent: start, center, end, between, around, and evenly

See Show and Hide shared properties.

Migration Notes

  • Extracted from the canonical BootstrapVue → BootstrapVueNext migration guide.
  • Review related migrations for shared prop, event, and slot changes.

Safe Automatic Rewrite

Yes. This entry is mostly mechanical and can usually be rewritten automatically when the surrounding code matches the documented patterns.