Dashboard 02

A dashboard application shell built around the sidebar — a branded header with search, a collapsible nav item with a sub-menu, a project list with row actions, a user footer, and a bottom tab bar.

Installation

npx lovdacn@latest add dashboard-02

What it installs

  • app/dashboard-02.tsx — a route rendering <Dashboard02 />
  • components/dashboard-02.tsx — the dashboard shell composed from the sidebar

Registry dependencies: sidebar, avatar, input, separator, icon, text

Dashboard02 demonstrates the full Sidebar surface: SidebarHeader with a SidebarInput search, SidebarGroups of SidebarMenu items, a collapsible item with a SidebarMenuSub, per-row SidebarMenuActions, and a SidebarFooter user card — plus a bottom tab bar that the sidebar drawer overrides when it opens.