Dashboard Overview

A complete dashboard layout with sidebar, stats cards, charts, and recent activity table.

Dashboardobsidian

Install

npx shadcn add @uianvil/block-dashboard-overview

Copy the command above to install this block.

Files

page.tsx
import { Card } from '@/components/ui/card';
import { StatsCard } from './components/stats-card';

// Dashboard Overview Block
components/stats-card.tsx
// Stats card component stub

Command Palette

Search for a command to run...