NavbarContent1
This component navbarcontent1 is designed to create a dynamic, responsive navigation bar that adjusts its layout based on screen size. The navbar includes a logo, navigation items, social media icons, and a "Get Started" button. On smaller screens, a popper/drawer-based navigation system is used to improve usability in a compact space.
Component path: src/blocks/navbar/navbar-content/NavbarContent1.tsx
Component usage path: src/app/blocks/navbar/navbar1/page.tsx
Preview link: https://www.saasable.io/blocks/navbar/navbar1
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.