{"success":true,"data":{"block":{"id":"navbar-multi-column-groups","name":"Navbar Multi-Column Groups","title":"NavBar Multi Column Groups","category":"Navbar","categorySlug":"navbar","description":"A navigation bar with multi-column grouped dropdown menus. Dropdown menus organize links into multiple columns by category, with each column having a group title and list of links with icons and descriptions. The dropdown width dynamically adjusts based on the number of groups for optimal layout. Mobile view uses a dark-themed full-screen sheet with accordion navigation and CTA buttons prominently displayed at the top. Perfect for large websites with many navigation categories, enterprise software, and platforms with extensive feature sets.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290170/mide7krcnu5dq1ewh50cz1xpkyvh/navbar-multi-column-groups-desktop.png","mobile":"https://cdn.ing/assets/i/r/290171/5t4r29ny62encci12p0k2xypy62s/navbar-multi-column-groups-mobile.png"},"componentPath":"blocks/navbars/navbar-multi-column-groups.tsx","code":"import { NavbarMultiColumnGroups } from \"@opensite/ui/blocks/navbars/navbar-multi-column-groups\";\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      <NavbarMultiColumnGroups\n      logo={{\n        url: \"/\",\n        src: brandLogoPlaceholders.black[0],\n        title: \"MultiNav\",\n        alt: \"MultiNav Logo\",\n      }}\n      navigation={[\n        {\n          title: \"Products\",\n          groups: [\n            {\n              title: \"Core Platform\",\n              links: [\n                {\n                  label: \"Dashboard\",\n                  description: \"Centralized command center\",\n                  url: \"#\",\n                  iconName: \"lucide/layout-dashboard\",\n                },\n                {\n                  label: \"Analytics\",\n                  description: \"Business intelligence tools\",\n                  url: \"#\",\n                  iconName: \"lucide/bar-chart\",\n                },\n                {\n                  label: \"Reports\",\n                  description: \"Detailed reporting suite\",\n                  url: \"#\",\n                  iconName: \"lucide/file-text\",\n                },\n              ],\n            },\n            {\n              title: \"Productivity\",\n              links: [\n                {\n                  label: \"Tasks\",\n                  description: \"Project management\",\n                  url: \"#\",\n                  iconName: \"lucide/check-square\",\n                },\n                {\n                  label: \"Calendar\",\n                  description: \"Schedule and organize\",\n                  url: \"#\",\n                  iconName: \"lucide/calendar\",\n                },\n                {\n                  label: \"Automation\",\n                  description: \"Workflow automation\",\n                  url: \"#\",\n                  iconName: \"lucide/zap\",\n                },\n              ],\n            },\n            {\n              title: \"Collaboration\",\n              links: [\n                {\n                  label: \"Team Chat\",\n                  description: \"Real-time messaging\",\n                  url: \"#\",\n                  iconName: \"lucide/message-circle\",\n                },\n                {\n                  label: \"Video Calls\",\n                  description: \"Face-to-face meetings\",\n                  url: \"#\",\n                  iconName: \"lucide/video\",\n                },\n                {\n                  label: \"File Sharing\",\n                  description: \"Secure file exchange\",\n                  url: \"#\",\n                  iconName: \"lucide/folder-open\",\n                },\n              ],\n            },\n          ],\n        },\n        {\n          title: \"Solutions\",\n          url: \"#\",\n        },\n        {\n          title: \"Pricing\",\n          url: \"#\",\n        },\n      ]}\n      authActions={[\n        {\n          label: \"Login\",\n          variant: \"link\",\n          asButton: true,\n          href: \"#\",\n        },\n        {\n          label: \"Get Started\",\n          variant: \"default\",\n          href: \"#\",\n          asButton: true,\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},"navigation":{"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 for desktop","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","multi-column","grouped","categories","organized","enterprise","extensive","dynamic-width","dark-mobile"],"performance":{},"importantUsageNotes":"Use this navbar when the site has a large product suite that needs a multi-column mega-menu dropdown — each 'navigation' item can contain a 'groups' array of columns, each column having a 'title' and 'links' sub-array; ideal for all-in-one platforms with distinct feature categories. The demo uses 3 top-level items: 'Products' with 3 groups (Core Platform, Productivity, Collaboration — each with exactly 3 links), 'Solutions' as a flat href, and 'Pricing' as a flat href — lock each group to 3 links per column and use a lucide 'iconName' per link item. 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 drives the right-side buttons — if you supply multiple entries, use a variant of 'default' (or 'link') for the first and 'default' for the primary CTA, keeping 1-2 actions total. 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:42:19.947Z"}