A full application dashboard built around the sidebar — navigation, a top bar, KPI cards, an overview chart, and recent activity.
Installation
npx lovdacn@latest add dashboard-01What it installs
app/dashboard.tsx— a/dashboardroute rendering<Dashboard01 />components/dashboard-01.tsx— the dashboard shell composed from the sidebar
Registry dependencies: sidebar, card, button, avatar, badge, input, separator, icon, text
The layout is driven by SidebarProvider: on phones the sidebar becomes an
off-canvas drawer toggled by the SidebarTrigger in the top bar, and on wider
screens it collapses in place. KPI cards, the overview bars, and the recent-sales
list are plain data arrays — swap them for your own.