{"success":true,"data":{"block":{"id":"navbar-tabbed-sections","name":"Navbar Tabbed Sections","title":"NavBar Tabbed Sections","category":"Navbar","categorySlug":"navbar","description":"A navigation bar with tabbed dropdown menus for organized content. Features dropdown menus that use tabs to organize content into distinct sections. Each tab displays a list of links with icons and descriptions, and optionally a featured content card with an image. Tabs allow users to quickly switch between different categories within the same dropdown without closing it. Mobile view uses a slide-out sheet with expandable sections. Ideal for products with many features organized into logical categories, enterprise software, and platforms with diverse offerings.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290188/xs5xl2efok5gritv452msypkz3s3/navbar-tabbed-sections-desktop.png","mobile":"https://cdn.ing/assets/i/r/290189/kbef8vhhujdzy3r1s9hey9ix0r74/navbar-tabbed-sections-mobile.png"},"componentPath":"blocks/navbars/navbar-tabbed-sections.tsx","code":"import { NavbarTabbedSections } from \"@opensite/ui/blocks/navbars/navbar-tabbed-sections\";\nimport { brandLogoPlaceholders } from \"@/lib/media\";\nimport CarouselAnimatedSections from \"@/blocks/carousel/carousel-animated-sections\";\nimport FeatureShowcase from \"@/blocks/features/feature-showcase\";\nimport FaqSplitHelp from \"@/blocks/faq/faq-split-help\";\n\nexport default function Demo() {\n  return (\n    <>\n      <NavbarTabbedSections\n        logo={{\n          url: \"/\",\n          src: brandLogoPlaceholders.black[0],\n          title: \"TabbedNav\",\n          alt: \"TabbedNav Logo\",\n        }}\n        menu={[\n          {\n            title: \"Products\",\n            tabs: [\n              {\n                id: \"core-features\",\n                title: \"Core Features\",\n                links: [\n                  {\n                    title: \"Dashboard\",\n                    url: \"#\",\n                    description: \"Centralized command center\",\n                    icon: \"lucide/layout-dashboard\",\n                  },\n                  {\n                    title: \"Analytics\",\n                    url: \"#\",\n                    description: \"Track your business metrics\",\n                    icon: \"lucide/bar-chart\",\n                  },\n                  {\n                    title: \"Reports\",\n                    url: \"#\",\n                    description: \"Generate detailed insights\",\n                    icon: \"lucide/file-text\",\n                  },\n                  {\n                    title: \"Marketing\",\n                    url: \"#\",\n                    description: \"Grow your audience\",\n                    icon: \"lucide/megaphone\",\n                  },\n                  {\n                    title: \"Sales CRM\",\n                    url: \"#\",\n                    description: \"Manage customer relationships\",\n                    icon: \"lucide/users\",\n                  },\n                  {\n                    title: \"Email Campaigns\",\n                    url: \"#\",\n                    description: \"Automated email marketing\",\n                    icon: \"lucide/mail\",\n                  },\n                ],\n              },\n              {\n                id: \"advanced\",\n                title: \"Advanced Tools\",\n                links: [\n                  {\n                    title: \"Automation\",\n                    url: \"#\",\n                    description: \"Workflow automation\",\n                    icon: \"lucide/zap\",\n                  },\n                  {\n                    title: \"Integrations\",\n                    url: \"#\",\n                    description: \"Connect your tools\",\n                    icon: \"lucide/plug\",\n                  },\n                  {\n                    title: \"API Gateway\",\n                    url: \"#\",\n                    description: \"RESTful API access\",\n                    icon: \"lucide/code-2\",\n                  },\n                  {\n                    title: \"Webhooks\",\n                    url: \"#\",\n                    description: \"Real-time event notifications\",\n                    icon: \"lucide/webhook\",\n                  },\n                  {\n                    title: \"Custom Fields\",\n                    url: \"#\",\n                    description: \"Flexible data structures\",\n                    icon: \"lucide/database\",\n                  },\n                ],\n              },\n              {\n                id: \"collaboration\",\n                title: \"Collaboration\",\n                links: [\n                  {\n                    title: \"Team Chat\",\n                    url: \"#\",\n                    description: \"Real-time messaging\",\n                    icon: \"lucide/message-circle\",\n                  },\n                  {\n                    title: \"Video Calls\",\n                    url: \"#\",\n                    description: \"Face-to-face meetings\",\n                    icon: \"lucide/video\",\n                  },\n                  {\n                    title: \"File Sharing\",\n                    url: \"#\",\n                    description: \"Secure document exchange\",\n                    icon: \"lucide/folder-open\",\n                  },\n                  {\n                    title: \"Task Management\",\n                    url: \"#\",\n                    description: \"Project collaboration\",\n                    icon: \"lucide/check-square\",\n                  },\n                  {\n                    title: \"Calendar\",\n                    url: \"#\",\n                    description: \"Schedule and organize\",\n                    icon: \"lucide/calendar\",\n                  },\n                ],\n              },\n            ],\n          },\n          {\n            title: \"Solutions\",\n            tabs: [\n              {\n                id: \"by-industry\",\n                title: \"By Industry\",\n                links: [\n                  {\n                    title: \"E-commerce\",\n                    url: \"#\",\n                    description: \"Online retail solutions\",\n                    icon: \"lucide/shopping-cart\",\n                  },\n                  {\n                    title: \"SaaS\",\n                    url: \"#\",\n                    description: \"Software as a service\",\n                    icon: \"lucide/cloud\",\n                  },\n                  {\n                    title: \"Healthcare\",\n                    url: \"#\",\n                    description: \"Medical solutions\",\n                    icon: \"lucide/heart-pulse\",\n                  },\n                  {\n                    title: \"Finance\",\n                    url: \"#\",\n                    description: \"Banking and fintech\",\n                    icon: \"lucide/wallet\",\n                  },\n                  {\n                    title: \"Education\",\n                    url: \"#\",\n                    description: \"Learning management systems\",\n                    icon: \"lucide/graduation-cap\",\n                  },\n                  {\n                    title: \"Real Estate\",\n                    url: \"#\",\n                    description: \"Property management tools\",\n                    icon: \"lucide/building-2\",\n                  },\n                ],\n              },\n              {\n                id: \"by-team\",\n                title: \"By Team\",\n                links: [\n                  {\n                    title: \"Marketing Teams\",\n                    url: \"#\",\n                    description: \"Campaign management tools\",\n                    icon: \"lucide/megaphone\",\n                  },\n                  {\n                    title: \"Sales Teams\",\n                    url: \"#\",\n                    description: \"Pipeline and deal tracking\",\n                    icon: \"lucide/trending-up\",\n                  },\n                  {\n                    title: \"Support Teams\",\n                    url: \"#\",\n                    description: \"Customer service platform\",\n                    icon: \"lucide/headphones\",\n                  },\n                  {\n                    title: \"Development Teams\",\n                    url: \"#\",\n                    description: \"Code collaboration tools\",\n                    icon: \"lucide/code\",\n                  },\n                  {\n                    title: \"Design Teams\",\n                    url: \"#\",\n                    description: \"Creative workflow management\",\n                    icon: \"lucide/palette\",\n                  },\n                  {\n                    title: \"HR Teams\",\n                    url: \"#\",\n                    description: \"People management platform\",\n                    icon: \"lucide/user-check\",\n                  },\n                ],\n              },\n              {\n                id: \"by-company-size\",\n                title: \"By Company Size\",\n                links: [\n                  {\n                    title: \"Startups\",\n                    url: \"#\",\n                    description: \"Launch and grow your business\",\n                    icon: \"lucide/rocket\",\n                  },\n                  {\n                    title: \"Small Business\",\n                    url: \"#\",\n                    description: \"Scale your operations\",\n                    icon: \"lucide/briefcase\",\n                  },\n                  {\n                    title: \"Mid-Market\",\n                    url: \"#\",\n                    description: \"Enterprise-ready features\",\n                    icon: \"lucide/building\",\n                  },\n                  {\n                    title: \"Enterprise\",\n                    url: \"#\",\n                    description: \"Large-scale deployments\",\n                    icon: \"lucide/landmark\",\n                  },\n                ],\n              },\n            ],\n          },\n          {\n            title: \"Resources\",\n            tabs: [\n              {\n                id: \"learn\",\n                title: \"Learn\",\n                links: [\n                  {\n                    title: \"Documentation\",\n                    url: \"#\",\n                    description: \"Complete guides and API examples\",\n                    icon: \"lucide/book-open\",\n                  },\n                  {\n                    title: \"Video Tutorials\",\n                    url: \"#\",\n                    description: \"Step-by-step video guides\",\n                    icon: \"lucide/video\",\n                  },\n                  {\n                    title: \"Webinars\",\n                    url: \"#\",\n                    description: \"Live training sessions\",\n                    icon: \"lucide/presentation\",\n                  },\n                  {\n                    title: \"Blog\",\n                    url: \"#\",\n                    description: \"Latest updates and insights\",\n                    icon: \"lucide/newspaper\",\n                  },\n                  {\n                    title: \"Courses\",\n                    url: \"#\",\n                    description: \"In-depth learning paths\",\n                    icon: \"lucide/graduation-cap\",\n                  },\n                ],\n              },\n              {\n                id: \"support\",\n                title: \"Support\",\n                links: [\n                  {\n                    title: \"Help Center\",\n                    url: \"#\",\n                    description: \"Find answers to common questions\",\n                    icon: \"lucide/help-circle\",\n                  },\n                  {\n                    title: \"Community Forum\",\n                    url: \"#\",\n                    description: \"Connect with other users\",\n                    icon: \"lucide/users\",\n                  },\n                  {\n                    title: \"Contact Support\",\n                    url: \"#\",\n                    description: \"Get help from our team\",\n                    icon: \"lucide/message-square\",\n                  },\n                  {\n                    title: \"System Status\",\n                    url: \"#\",\n                    description: \"Check platform uptime\",\n                    icon: \"lucide/activity\",\n                  },\n                  {\n                    title: \"Report a Bug\",\n                    url: \"#\",\n                    description: \"Submit technical issues\",\n                    icon: \"lucide/bug\",\n                  },\n                ],\n              },\n              {\n                id: \"developers\",\n                title: \"Developers\",\n                links: [\n                  {\n                    title: \"API Reference\",\n                    url: \"#\",\n                    description: \"Complete API documentation\",\n                    icon: \"lucide/code-2\",\n                  },\n                  {\n                    title: \"SDKs & Libraries\",\n                    url: \"#\",\n                    description: \"Official client libraries\",\n                    icon: \"lucide/package\",\n                  },\n                  {\n                    title: \"Code Examples\",\n                    url: \"#\",\n                    description: \"Sample implementations\",\n                    icon: \"lucide/file-code\",\n                  },\n                  {\n                    title: \"Changelog\",\n                    url: \"#\",\n                    description: \"API version history\",\n                    icon: \"lucide/git-commit\",\n                  },\n                  {\n                    title: \"Sandbox\",\n                    url: \"#\",\n                    description: \"Test in development mode\",\n                    icon: \"lucide/terminal\",\n                  },\n                ],\n              },\n              {\n                id: \"company\",\n                title: \"Company\",\n                links: [\n                  {\n                    title: \"About Us\",\n                    url: \"#\",\n                    description: \"Learn about our mission\",\n                    icon: \"lucide/info\",\n                  },\n                  {\n                    title: \"Case Studies\",\n                    url: \"#\",\n                    description: \"Customer success stories\",\n                    icon: \"lucide/file-text\",\n                  },\n                  {\n                    title: \"Partners\",\n                    url: \"#\",\n                    description: \"Partner ecosystem\",\n                    icon: \"lucide/handshake\",\n                  },\n                  {\n                    title: \"Careers\",\n                    url: \"#\",\n                    description: \"Join our team\",\n                    icon: \"lucide/briefcase\",\n                  },\n                  {\n                    title: \"Press Kit\",\n                    url: \"#\",\n                    description: \"Media resources\",\n                    icon: \"lucide/image\",\n                  },\n                ],\n              },\n            ],\n          },\n        ]}\n        authActions={[\n          {\n            label: \"Sign In\",\n            variant: \"ghost\",\n            href: \"#\",\n          },\n          {\n            label: \"Get Started\",\n            variant: \"default\",\n            href: \"#\",\n          },\n        ]}\n      />\n\n      <CarouselAnimatedSections />\n      <FeatureShowcase />\n      <FaqSplitHelp />\n    </>\n  );\n}","propsSchema":{"logo":{"type":"object","description":"Logo configuration","fields":{"url":{"type":"string","description":"URL to navigate to when logo is clicked","required":false},"src":{"type":"string","description":"Image source for the logo","required":false},"alt":{"type":"string","description":"Alt text for the logo image","required":false},"title":{"type":"object","description":"Text title to display (alternative to image)","typeLabel":"React.ReactNode","required":false},"className":{"type":"string","description":"Additional CSS classes for the logo","required":false}},"typeLabel":"LogoConfig","required":false},"menu":{"type":"array","description":"Navigation menu items","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"url":{"type":"string","description":"","required":false},"tabs":{"type":"array","description":"","items":{"type":"object","description":"","fields":{"id":{"type":"string","description":"","required":true},"title":{"type":"string","description":"","required":true},"icon":{"type":"object","description":"","fields":{},"typeLabel":"DynamicIconName","required":false},"links":{"type":"array","description":"","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"description":{"type":"string","description":"","required":false},"url":{"type":"string","description":"","required":true},"icon":{"type":"object","description":"","fields":{},"typeLabel":"DynamicIconName","required":false}},"typeLabel":"{ title: string; description?: string; url: string; icon?: DynamicIconName; }"},"typeLabel":"{ title: string; description?: string; url: string; icon?: DynamicIconName; }[]","required":true},"featured":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"description":{"type":"string","description":"","required":true},"url":{"type":"string","description":"","required":true},"image":{"type":"string","description":"","required":true}},"typeLabel":"{ title: string; description: string; url: string; image: string; }","required":false}},"typeLabel":"TabItem"},"typeLabel":"TabItem[]","required":false}},"typeLabel":"MenuItem"},"typeLabel":"MenuItem[]","required":false},"authActions":{"type":"array","description":"Authentication action configurations","items":{"type":"object","description":"","fields":{"variant":{"type":"string","description":"","typeLabel":"\"default\" | \"destructive\" | \"outline\" | \"secondary\" | \"ghost\" | \"link\"","required":false},"size":{"type":"string","description":"","typeLabel":"\"default\" | \"sm\" | \"md\" | \"lg\" | \"icon\" | \"icon-sm\" | \"icon-lg\"","required":false},"label":{"type":"object","description":"Button/link label text or ReactNode","typeLabel":"ReactNode","required":false},"icon":{"type":"object","description":"Icon to display (typically before label)","typeLabel":"ReactNode","required":false},"iconAfter":{"type":"object","description":"Icon to display after the label","typeLabel":"ReactNode","required":false},"href":{"type":"string","description":"URL for link behavior","required":false},"onClick":{"type":"object","description":"Click handler for button behavior","typeLabel":"MouseEventHandler","required":false},"className":{"type":"string","description":"Additional CSS classes for the action","required":false},"children":{"type":"object","description":"Custom children (overrides label + icon rendering)","typeLabel":"ReactNode","required":false},"aria-label":{"type":"string","description":"ARIA label for accessibility","required":false},"asButton":{"type":"boolean","description":"Render as a button element instead of an anchor/link","required":false}},"typeLabel":"ActionConfig"},"typeLabel":"ActionConfig[]","required":false}},"defaultProps":{},"dependencies":["@opensite/ui"],"tags":["navbar","navigation","tabbed","organized","categories","featured-content","enterprise","diverse-offerings","multi-section","switchable"],"performance":{},"importantUsageNotes":"Use this navbar when the site has deep, multi-category content under each top-level item and needs tabbed panel navigation inside the dropdown — each 'menu' item has a 'tabs' array, and clicking a top-level item reveals a panel with multiple tabs, each tab containing its own icon-linked 'links' list. The demo uses 3 top-level items each with tabs: 'Products' has 3 tabs (Core Features with 6 links, Advanced Tools with 5 links, Collaboration with 5 links); 'Solutions' has 3 tabs (By Industry 6 links, By Team 6 links, By Company Size 4 links); 'Resources' has 4 tabs (Learn 5 links, Support 5 links, Developers 5 links, Company 5 links) — provide 3-4 tabs per top-level item and 4-6 icon-linked links per tab for a complete and functional layout. Only set 'logo.src' if a real brand logo exists in the media library; otherwise omit 'logo.src' and rely on 'logo.title' as plain text. The 'authActions' prop accepts 1-2 buttons — use a ghost or link variant for a secondary sign-in and 'default' for the primary CTA; if you supply multiple, use 'default' for the first and 'outline' or 'ghost' to distinguish. Only use real internal route hrefs and important external URLs — do not invent or guess routes. The mobile menu is built into this block — do not strip it or override its behavior; preserve the demo's mobile structure. Follow the example props closely for this block — the demo encodes the canonical layout, and deviating from it will produce broken or unusable navigation."}},"timestamp":"2026-05-13T10:44:34.337Z"}