BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn-ui-blocks/dashboard-02

Dashboard 02

shadcn-ui-blocks-shadcnship/dashboard-02
FreeBlock

Sales analytics dashboard with revenue KPI cards, interactive bar charts, and a recent orders table. Use it as a starting point for admin panels, analytics views, or any SaaS backend interface.

See it running

Open the demo on shadcn-ui-blocks

shadcnship.com/blocks/dashboard-02
Open
This registry sends X-Frame-Options, so its page cannot be embedded here. The link is the same page the frame would have shown.

Install it

npx shadcn@latest add https://shadcnship.com/r/dashboard-02.json

Source

src/registry/blocks/dashboard-02/dashboard.tsxshadcnship.com/r/dashboard-02.json
1"use client";
2
3import {
4 LayoutDashboard,
5 FolderKanban,
6 CheckSquare,
7 Map,
8 Users,
9 Bell,
10 Database,
11 Cable,
12 FileText,
13 ShieldCheck,
14 UserCog,
15 Lock,
16 CreditCard,
17 Download,
18 Upload,
19 BarChart3,
20 FileBarChart,
21 MessageSquare,
22} from "lucide-react";
23import {
24 Sidebar,
25 KpiCard,
26 VisitorTrendChart,
27 EngagementHeatmap,
28 PaymentHistoryTable,
29 type Team,
30 type User,
31 type NavSection,
32} from "./components";
33import { DEFAULT_KPI_METRICS } from "./data";
34
35import { SidebarProvider } from "@/components/ui/sidebar";
36import { LogoIcon } from "../social-icons/icons";
37
38// =============================================================================
39// DATA
40// =============================================================================
41
42const teams: Team[] = [
43 {
44 name: "ShadcnShip",
45 plan: "Pro",
46 logo: <LogoIcon className="size-5 invert dark:invert-0" />,
47 },
48];
49
50const user: User = {
51 name: "Shadcn",
52 email: "shadcn@ship.com",
53 avatar: "https://www.shadcnship.com/images/avatars/avatar-1.webp",
54};
55
56const navigation: NavSection[] = [
57 {
58 title: "Workspace",
59 items: [
60 {
61 icon: <LayoutDashboard className="size-4" />,
62 label: "Overview",
63 active: true,
64 },
65 { icon: <FolderKanban className="size-4" />, label: "Projects" },
66 { icon: <CheckSquare className="size-4" />, label: "Tasks" },
67 { icon: <Map className="size-4" />, label: "Roadmap" },
68 { icon: <Users className="size-4" />, label: "Audience" },
69 { icon: <Bell className="size-4" />, label: "Notifications" },
70 { icon: <Database className="size-4" />, label: "Database" },
71 { icon: <Cable className="size-4" />, label: "Connections" },
72 { icon: <FileText className="size-4" />, label: "Documentation" },
73 ],
74 },
75 {
76 title: "Ventures",
77 items: [
78 { icon: <ShieldCheck className="size-4" />, label: "Authentication" },
79 { icon: <UserCog className="size-4" />, label: "User Management" },
80 { icon: <Lock className="size-4" />, label: "Security" },
81 { icon: <CreditCard className="size-4" />, label: "Payments" },
82 { icon: <Download className="size-4" />, label: "Import Data" },
83 { icon: <Upload className="size-4" />, label: "Export Data" },
84 ],
85 },
86 {
87 title: "Insights",
88 items: [
89 { icon: <BarChart3 className="size-4" />, label: "Analytics" },
90 { icon: <FileBarChart className="size-4" />, label: "Reports" },
91// … truncated

What it pulls in

npm packages

  • lucide-react
  • recharts

Other registry items

  • button
  • input
  • card
  • chart
  • dropdown-menu
  • avatar
  • sidebar

Files it writes

  • src/registry/blocks/dashboard-02/dashboard.tsx
  • src/registry/blocks/dashboard-02/components/index.ts
  • src/registry/blocks/dashboard-02/components/sidebar.tsx
  • src/registry/blocks/dashboard-02/components/nav-user.tsx
  • src/registry/blocks/dashboard-02/components/team-switcher.tsx
  • src/registry/blocks/dashboard-02/components/stat-cards.tsx
  • src/registry/blocks/dashboard-02/components/analytics-chart.tsx
  • src/registry/blocks/dashboard-02/components/projects-table.tsx

Facts

Registry
shadcn-ui-blocks
Type
registry:block
Access
Free
Files written
8
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on shadcn-ui-blocks shadcnship.com arnaudvolp/shadcnship on GitHub Raw registry item This item as JSON

More from shadcn-ui-blocks

All 74 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Square Grid Backgroundbackground-01shadcn-ui-blocksBlocksFreeno deps
Dot Pattern Backgroundbackground-02shadcn-ui-blocksBlocksFreeno deps
Diagonal Stripes Backgroundbackground-03shadcn-ui-blocksBlocksFreeno deps
Vertical Lines Backgroundbackground-04shadcn-ui-blocksBlocksFreeno deps
Interactive Grid Backgroundbackground-05shadcn-ui-blocksBlocksFreeno deps
Banner 01banner-01shadcn-ui-blocksBlocksFree1 dep
Blog 01blog-01shadcn-ui-blocksBlocksFreeno deps
Changelog 01changelog-01shadcn-ui-blocksBlocksFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex