Introduction

Welcome to the Shadcn Dashboard UI Kit documentation.

This dashboard template provides a comprehensive collection of pre-built components, patterns, and layouts for building modern, accessible, and beautiful admin interfaces.

Pattern Components

Reusable components like PageHeader, StatusBadge, and EmptyState.

Themeable

Full dark/light mode support with semantic CSS variables.

Centralized Data

Mock data and configuration in a single constants file.

Quick Start

// Import pattern components
import { 
    PageHeader, 
    StatusBadge, 
    SettingToggle,
    EmptyState,
    AnimatedContainer 
} from "@/components/patterns";

// Import constants
import { CURRENT_USER, PRICING_PLANS } from "@/lib/constants";