{"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":true,"mediaHints":{"path":"logo","roles":["logo"],"disallowedRoles":["favicon","video-thumbnail"],"minPixelClass":"small","required":true,"note":"Brand logo. LOGO IMAGE ONLY. Do not use photos, favicons, or video assets."}},"menu":{"type":"array","description":"Navigation menu items","items":{"type":"object","description":"","fields":{"label":{"type":"string","description":"","required":true},"href":{"type":"string","description":"","required":true}},"typeLabel":"MenuItem"},"typeLabel":"MenuItem[]","required":true,"minItems":1,"maxItems":5,"mediaHints":{"path":"menu[].tabs[].featured.image","roles":["feature"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"large","required":false,"note":"Featured card image inside the tabbed dropdown panel. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"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,"minItems":0,"maxItems":2},"menu[].tabs":{"type":"object","description":"","minItems":1,"maxItems":6},"menu[].tabs[].links":{"type":"object","description":"","minItems":1,"maxItems":8}},"exampleProps":{"logo":{"url":"/","src":"https://cdn.ing/assets/i/r/287635/1tmeh86afyxszfz7hbmvcc0oct8w/logo-dark.png","title":"TabbedNav","alt":"TabbedNav Logo"},"menu":[{"title":"Products","tabs":[{"id":"core-features","title":"Core Features","links":[{"title":"Dashboard","url":"#","description":"Centralized command center","icon":"lucide/layout-dashboard"},{"title":"Analytics","url":"#","description":"Track your business metrics","icon":"lucide/bar-chart"}]},{"id":"advanced","title":"Advanced Tools","links":[{"title":"Automation","url":"#","description":"Workflow automation","icon":"lucide/zap"}],"featured":{"title":"New Feature","description":"Check out our latest addition","url":"#","image":"https://cdn.ing/assets/i/r/308196/g6bbn73f7gxal82uu49m9prfd0u8/workplace-in-cafe.webp"}}]}],"authActions":[{"label":"Sign In","variant":"ghost","href":"#"},{"label":"Get Started","variant":"default","href":"#"}]},"dependencies":["@opensite/ui"],"tags":["navbar","navigation","tabbed","organized","categories","featured-content","enterprise","diverse-offerings","multi-section","switchable"],"performance":{},"importantUsageNotes":"All media src values must be absolute URLs to real assets; relative paths and placeholder media variables are not allowed. title Each tab's 'featured' object with 'image' must use an absolute URL. Tabs without a 'featured' field show a simple link grid. The 'authActions' array renders on the right side of the navbar.","usageRequirements":{"requiredProps":["logo","menu"],"mediaSlots":{"logo":{"path":"logo","roles":["logo"],"disallowedRoles":["favicon","video-thumbnail"],"minPixelClass":"small","required":true,"note":"Brand logo. LOGO IMAGE ONLY. Do not use photos, favicons, or video assets."},"menu[].tabs[].featured.image":{"path":"menu[].tabs[].featured.image","roles":["feature"],"disallowedRoles":["logo","favicon","video-thumbnail"],"minPixelClass":"large","required":false,"note":"Featured card image inside the tabbed dropdown panel. IMAGE MEDIA ONLY. Do not use logos, favicons, or video assets."}},"propConstraints":{"menu":{"minItems":1,"maxItems":5},"menu[].tabs":{"minItems":1,"maxItems":6},"menu[].tabs[].links":{"minItems":1,"maxItems":8},"authActions":{"minItems":0,"maxItems":2}}}}},"timestamp":"2026-06-27T20:14:22.047Z"}