NavbarContent7
Last updated
Last updated
This NavbarContent7
component is a responsive navigation bar that adapts to different screen sizes using Material-UI. It features a logo, a navigation menu, a "Get Started" button, and a popper menu for smaller screens.
Component path: src/blocks/navbar/navbar-content/NavbarContent7.tsx
Component usage path: src/app/blocks/navbar/navbar7/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar7
navItems
Array of (Optional)
nav items using NavItemProps
interface for item details.
It will display navigation items and sections.
primaryBtn
ButtonProps
(Optional)
Optional properties for the primary button.
{ children: 'Get Started' }
secondaryBtn
ButtonProps
(Optional)
Optional properties for the secondary button.
{ children: 'Buy Now' }
customization
boolean
(Optional)
Optional prop to display customization section.
It will display theme customization section.