NavbarContent2
Last updated
Last updated
This code defines a responsive navigation bar component (NavbarContent2
) that displays a logo, navigation menu, localization selector, and a "Get Started" button, with adjustments for different screen sizes using Material-UI's breakpoints and conditional rendering.
Component path: src/blocks/navbar/navbar-content/NavbarContent2.tsx
Component usage path: src/app/blocks/navbar/navbar2/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar2
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.