Add button inside a header does not create a Bootstrap Navbar

Wappler Version : 6.8.0
Operating System : Windows 11
Server Model: NodeJs
Hosting Type: Wappler

Actual behavior

This does not create a Bootstrap Navbar

This does produce a Bootstrap Navbar

Ben from what I see the dropdown from the header doesn't contain a Navbar element...
Nav is different than Navbar...

That's what missong... Or maybe by clicking on the "more" you get this option...
I suppose that in the header element the Navbar should be a default option there.

Hi Tasos, thank you for your response which has made me have a second look. I am having a critical look at the documentation with a view of updating same.

When I look at Wappler Documentation - Creating a Bootstrap 5 Navbar, which says to click on the add new component and select Elements > Navigation > Navbar.

When a newbie sees the Nav item in the dropdown, they are most likely to choose Nav. Nav is a component that is added inside the <nav> element or used elsewhere in a document.

Either remove Nav from the dropdown or replace it with Navbar as in the second image above.

2 Likes