Dark Admin Panel

A sleek dark admin panel with modern interface.

Preview Size:

AdminHub

Welcome back, Admin

A

Admin

Super Admin

users

Manage your users efficiently

Showing 4 of 1,247 users
UserRoleStatusLast LoginActions
J

John Doe

john@example.com

AdminActive2 hours ago
J

Jane Smith

jane@example.com

EditorActive1 day ago
M

Mike Johnson

mike@example.com

UserInactive1 week ago
S

Sarah Wilson

sarah@example.com

EditorActive3 hours ago
Viewing in Desktop size (1200px × 800px)View Full Size

Usage Instructions

Installation

Copy the component code and paste it into your project. Make sure you have the required dependencies installed.

bash
npm install framer-motion lucide-react

Basic Usage

Import and use the component in your React application:

tsx
import { DarkAdminPanel } from '@/components/dark-admin-panel';

export default function MyPage() {
  return (
    <div>
      <h1>My Page</h1>
      <DarkAdminPanel />
    </div>
  );
}

Customization

This component accepts various props for customization. Check the component code to see all available props and their types.