NavbarContent3
This code defines a responsive navigation bar component (NavbarContent3
) that includes a logo, navigation menu, search input, and "Get Started" button, with layout and visibility adjustments based on screen size using Material-UI's breakpoints and conditional rendering.
Component path: src/blocks/navbar/navbar-content/NavbarContent3.tsx
Component usage path: src/app/blocks/navbar/navbar3/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar3
Props Details
navItems
Array of NavItemProps
(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.
Last updated