# Navbar **Category**: react **URL**: https://www.heroui.com/docs/react/migration/navbar **Source**: https://raw.githubusercontent.com/heroui-inc/heroui/refs/heads/v3/apps/docs/content/docs/react/migration/(components)/navbar.mdx > Migration guide for Navbar from HeroUI v2 to v3 *** The Navbar component has been **removed** in HeroUI v3. Build navigation bars manually using native HTML elements and Tailwind CSS classes. This guide focuses on common patterns and simplifies complex features. ## Key Changes ### 1. Component Removal **v2:** `` and subcomponents (`NavbarBrand`, `NavbarContent`, `NavbarItem`, `NavbarMenu`, `NavbarMenuItem`, `NavbarMenuToggle`) **v3:** Manual composition using native HTML elements ### 2. Subcomponents Mapping | v2 Component | v3 Equivalent | Notes | |-------------|---------------|-------| | `Navbar` | `