{"success":true,"data":{"block":{"id":"navbar-simple-links","name":"Navbar Simple Links","title":"NavBar Simple Links","category":"Navbar","categorySlug":"navbar","description":"A clean, minimal navigation bar with animated active indicator. Features horizontal navigation links with an animated underline indicator that slides smoothly to show the currently active item. The simple design focuses on essential navigation without dropdowns or complex menus. Desktop view shows all links inline with the sliding indicator, while mobile uses a popover menu with a left border indicator for the active item. Perfect for simple marketing sites, portfolios, personal websites, and landing pages that need straightforward navigation.","thumbnail":{"desktop":"https://cdn.ing/assets/i/r/290182/l8e4x4t2pogqqanbduuct41kjgfp/navbar-simple-links-desktop.png","mobile":"https://cdn.ing/assets/i/r/290183/2qlvsq9tbg0jc7ebrz32suekrg3n/navbar-simple-links-mobile.png"},"componentPath":"blocks/navbars/navbar-simple-links.tsx","code":"import { NavbarSimpleLinks } from \"@opensite/ui/blocks/navbars/navbar-simple-links\";\nimport { brandLogoPlaceholders } from \"@/lib/media\";\nimport { DynamicIcon } from \"@opensite/ui\";\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      <NavbarSimpleLinks\n      logo={{\n        url: \"/\",\n        src: brandLogoPlaceholders.black[0],\n        title: \"SimpleSite\",\n        alt: \"SimpleSite Logo\",\n      }}\n      navItems={[\n        { name: \"Home\", link: \"#\" },\n        { name: \"About\", link: \"#\" },\n        { name: \"Services\", link: \"#\" },\n        { name: \"Portfolio\", link: \"#\" },\n        { name: \"Contact\", link: \"#\" },\n      ]}\n      defaultActiveItem=\"Home\"\n      actions={[\n        {\n          label: \"Get Started\",\n          href: \"#\",\n          asButton: true,\n          iconAfter: <DynamicIcon name=\"lucide/arrow-right-circle\" />,\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."}},"navItems":{"type":"array","description":"Navigation items array","items":{"type":"object","description":"","fields":{"title":{"type":"string","description":"","required":true},"url":{"type":"string","description":"","required":true},"icon":{"type":"object","description":"","fields":{},"typeLabel":"DynamicIconName","required":true}},"typeLabel":"NavItem"},"typeLabel":"NavItem[]","required":true,"minItems":2,"maxItems":7},"defaultActiveItem":{"type":"string","description":"Initial active item name","required":false},"actions":{"type":"array","description":"Authentication/CTA 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}},"exampleProps":{"logo":{"url":"/","src":"https://cdn.ing/assets/i/r/287635/1tmeh86afyxszfz7hbmvcc0oct8w/logo-dark.png","title":"SimpleSite","alt":"SimpleSite Logo"},"navItems":[{"name":"Home","link":"#"},{"name":"About","link":"#"},{"name":"Services","link":"#"},{"name":"Portfolio","link":"#"},{"name":"Contact","link":"#"}],"defaultActiveItem":"Home","actions":[{"label":"Get Started","href":"#","asButton":true}]},"dependencies":["@opensite/ui"],"tags":["navbar","navigation","simple","minimal","animated-indicator","underline","clean","portfolio","landing-page","straightforward"],"performance":{},"importantUsageNotes":"All media src values must be absolute URLs to real assets; relative paths and placeholder media variables are not allowed. Navigation items use 'name'/'link' fields (not 'title'/'url' — this is different from other navbars). The 'defaultActiveItem' string sets which nav item is highlighted by default (must match a 'name' value). The 'mobileActions' array configures mobile-specific CTAs.","usageRequirements":{"requiredProps":["logo","navItems"],"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."}},"propConstraints":{"navItems":{"minItems":2,"maxItems":7},"actions":{"minItems":0,"maxItems":2}}}}},"timestamp":"2026-06-27T20:16:37.388Z"}