Component
Dashboard Navbar — Bento Grid
Bento Grid navbar: Dashboard navbar.
- Component
- Tailwind
- HTML
- MIT
Preview
Live component
9:41 100%
devsnips.dev/library/tailwind/components/navbar/bento-grid/ fluid · no fixed width 100%
Install
Add to your project
npx devsnips add Tailwind/Components/Navbar/bento-grid Tailwind/Components/Navbar/bento-grid <!--
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> # Dashboard Navbar — Bento Grid
> Bento Grid navbar: Dashboard navbar.

## Features
- dashboard navbar
- workspace switcher
- search + notifications
- avatar
- sidebar toggle
## Responsive support
- Mobile-first layout
- Breakpoints: `sm` (640px), `md` (768px), `lg` (1024px)
- Stacks gracefully on small screens, expands on large viewports
## Browser support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
## Usage
1. Copy the markup from `code.html` into your Tailwind CSS project.
2. Include the corresponding Google Fonts in your document `<head>` if the style requires them.
3. The snippet is self-contained and copy-paste ready — no build step or JavaScript required.
## Design language
**Bento Grid** — part of the DevSnips Tailwind Sections library. Every section is
original, accessible, and production-ready.
## Files
- `preview.html` — full standalone preview page (Tailwind CDN + fonts)
- `code.html` — copy-paste snippet only (no `<head>` / CDN)
- `metadata.json` — structured metadata
- `README.md` — this file 11 lines UTF-8 · LF · Spaces: 2
Continue browsing