NavbarContent6
Last updated
Last updated
This code defines a responsive navigation bar component (NavbarContent6
) with specific features for different screen sizes. It uses Material-UI components and styles to adjust the layout for smaller and larger screens, managing navigation items, logos, and icons efficiently.
Component path: src/blocks/navbar/navbar-content/NavbarContent6.tsx
Component usage path: src/app/blocks/navbar/navbar6/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar6
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.