Component

Dashboard Navbar — Bento Grid

Bento Grid navbar: Dashboard navbar.

  • Component
  • Tailwind
  • HTML
  • MIT

Preview

Live component

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

Install

Add to your project

terminal
npx devsnips add Tailwind/Components/Navbar/bento-grid
registry path: Tailwind/Components/Navbar/bento-grid

Source

Implementation

code.html
<!--
Snippet Name: Dashboard Navbar — Bento Grid
Description: Bento Grid navbar: Dashboard navbar.
Author: DevSnips Contributors
Usage Example: Drop this snippet into any Tailwind CSS page.
-->
<header class="relative w-full text-white" data-navbar="bento-grid">
<div class="mx-auto max-w-7xl px-5 sm:px-6 lg:px-8">
<nav class="flex h-16 items-center justify-between"><div class="flex 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><button type="button" class="md:hidden bg-white/[0.03] border border-white/10 rounded-2xl p-2" aria-label="Toggle sidebar"><svg class="h-5 w-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><rect width="7" height="7" x="3" y="3" rx="1"/><rect width="7" height="7" x="14" y="3" rx="1"/><rect width="7" height="7" x="14" y="14" rx="1"/><rect width="7" height="7" x="3" y="14" rx="1"/></svg></button><span class="hidden inline-flex items-center gap-1.5 rounded-full border border-white/10 bg-white/5 px-3 py-1 f-mono text-[11px] font-medium text-white/70 sm:inline-flex">Acme Workspace</span></div><div class="flex items-center gap-2"><button type="button" class="bg-white/[0.03] border border-white/10 rounded-2xl p-2" aria-label="Search"><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></button><button type="button" class="bg-white/[0.03] border border-white/10 rounded-2xl p-2 relative" aria-label="Notifications"><svg class="h-4 w-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" aria-hidden="true"><path d="M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9"/><path d="M10.3 21a1.94 1.94 0 0 0 3.4 0"/></svg><span class="absolute right-1.5 top-1.5 h-2 w-2 rounded-full" style="background:#6366f1"></span></button><div class="flex h-8 w-8 items-center justify-center rounded-full text-white text-xs font-semibold" style="background:linear-gradient(135deg,#6366f1,#8b5cf6)">JD</div></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/bento-grid

Continue browsing

View all