NavbarContent8
Last updated
Last updated
This component, NavbarContent8
, dynamically displays a responsive navigation bar that splits provided navigation items into two groups for larger screens and utilizes a popper menu for smaller screens, incorporating a logo and a "Get Started" button.
Component path: src/blocks/navbar/navbar-content/NavbarContent8.tsx
Component usage path: src/app/blocks/navbar/navbar8/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar8
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.