Navbar3
is a flexible navigation bar component built with MUI's AppBar
and Toolbar
, allowing for customizable content through the children
prop while ensuring responsive styling based on screen size.
Component path: src/blocks/navbar/Navbar3.tsx
Component usage path: src/app/blocks/navbar/navbar3/page.tsx
Preview link:
children
ReactElement
A single React element or component that will be rendered inside the StyledToolbar
of the AppBar
. This prop allows for custom content such as logos, navigation links, or any other elements to be displayed in the navbar.
Elements that will be displayed inside the navigation bar