Navbar
A horizontal app bar built with DaisyUI's navbar class.
Three named slots — start, center, end — map to navbar-start, navbar-center, and navbar-end. Any slot can
be omitted.
Brand only
Minimal navbar — just a brand name in the start slot.
Brand + links
Brand on the left, navigation links on the right.
Center title
Brand centered, utility buttons on each end.
With dropdown menu
Hamburger icon on mobile opening a DaisyUI dropdown with a Menu inside.
Colored
Apply semantic background colors via the classes prop.
Sticky
Wrap in a container with sticky top-0 z-50 to pin the
navbar to the viewport top while scrolling.