Navbar5
Navbar5
is a versatile navigation bar component using MUI's AppBar
and Toolbar
, designed to accommodate customizable content through the children
prop, with responsive height and padding adjustments for various screen sizes.
Component path: src/blocks/navbar/Navbar5.tsx
Component usage path: src/app/blocks/navbar/navbar5/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar5
Props Details
Prop
Type
Description
Display as
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
Last updated