Pro Components
Base Components
App Shell 2
Application shell with top navigation using tab-style links, search input, user dropdown, and mobile drawer menu.
Example
Introduction
App Shell 2 is a top-navigation layout with:- Header: Logo, horizontal tab-style nav links (Dashboard, Projects, Team) with active state, search input, and user avatar dropdown (name, email, profile, settings, log out).
- Mobile: Hamburger opens a left-side drawer with the same nav links and user info.
Usage
import { ApplicationShell4 } from "@/components/ui/application-shell-4";
<ApplicationShell4 />