Component

Documentation Navbar — Apple Inspired

Apple Inspired navbar: Docs navbar.

  • Component
  • Tailwind
  • HTML
  • MIT

Preview

Live component

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/components/navbar/apple-inspired/
fluid · no fixed width 100%
Dependencies: Tailwind CSS (CDN) · Google Fonts Responsive

Install

Add to your project

terminal
npx devsnips add Tailwind/Components/Navbar/apple-inspired
registry path: Tailwind/Components/Navbar/apple-inspired

Source

Implementation

code.html
<!--
Snippet Name: Documentation Navbar — Apple Inspired
Description: Apple Inspired navbar: Docs navbar.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<header class="relative w-full text-[#1d1d1f]" data-navbar="apple-inspired">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<nav class="flex h-16 items-center gap-4"><span class="inline-flex items-center gap-2 h-7" style="color:currentColor"><svg viewBox="0 0 24 24" fill="none" class="h-full w-auto" aria-hidden="true"><path d="M12 2 2 19h20L12 2z" fill="currentColor"/></svg><span class="font-semibold tracking-tight">Flowbase</span></span><span class="inline-flex items-center gap-1.5 rounded-full bg-[#0071e3]/10 px-3 py-1 text-[11px] font-semibold uppercase tracking-wide text-[#0071e3]">v3.0</span><div class="relative ml-2 hidden flex-1 max-w-md sm:block"><span class="absolute left-3 top-1/2 -translate-y-1/2"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.3-4.3"/></svg></span><input type="search" placeholder="Search docs..." class="w-full rounded-xl bg-white border border-black/5 px-4 py-3 text-[#1d1d1f] placeholder:text-[#6e6e73] focus:outline-none focus:ring-2 focus:ring-[#0071e3]/30 pl-10" aria-label="Search docs"><kbd class="absolute right-3 top-1/2 -translate-y-1/2 inline-flex items-center gap-1.5 rounded-full bg-[#0071e3]/10 px-3 py-1 text-[11px] font-semibold uppercase tracking-wide text-[#0071e3]">⌘K</kbd></div><div class="ml-auto flex items-center gap-2"><div class="flex items-center gap-2"><a href="#" class="hidden text-sm font-medium text-[#6e6e73] px-3 py-2 sm:inline-flex">Sign in</a><a href="#" class="bg-[#0071e3] text-white rounded-full font-medium hover:bg-[#0077ed] px-6 py-3 px-4 py-2 text-sm">Start free <svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M5 12h14M13 6l6 6-6 6"/></svg></a></div><button type="button" class="md:hidden bg-white/70 backdrop-blur rounded-2xl p-2" aria-label="Menu"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M4 12h16M4 6h16M4 18h16"/></svg></button></div></nav>
</div>
</header>
11 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This component is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://components/navbar/apple-inspired

Continue browsing

View all