Next js Next js
Icon

Next js

0 copies
Not liked

Component Preview

dashboard.tsx
AP

Demo App

Preview of your theme

Total Revenue

$15,231.89

+20.1% from last month

Subscriptions

+2,350

+180.1% from last month

Upgrade your subscription

You are currently on the free plan.

Free
Create an account

Enter your email below to create your account.

CSS Variables

globals.css

:root {
  --font-sans: "Inter", sans-serif;

  --background: #ffffff; 
  --foreground: #1a1a1a; 

  --card: #ffffff; 
  --card-foreground: #1a1a1a; 

  --popover: #ffffff; 
  --popover-foreground: #1a1a1a; 

  --primary: #000000; 
  --primary-foreground: #ffffff; 

  --secondary: #ededed; 
  --secondary-foreground: #1a1a1a; 

  --muted: #f0f0f0; 
  --muted-foreground: #6e6e6e; 

  --accent: #ededed; 
  --accent-foreground: #1a1a1a; 

  --destructive: #dc2626; 
  --destructive-foreground: #ffffff; 

  --border: #e0e0e0; 
  --input: #e0e0e0; 
  --ring: #000000; 

  --chart-1: #000000;  
  --chart-2: #1a1a1a;  
  --chart-3: #6e6e6e;  
  --chart-4: #ededed;  
  --chart-5: #ffffff;  

  --sidebar-background: #ffffff;
  --sidebar-foreground: #1a1a1a;
  --sidebar-primary: #000000;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #ededed;
  --sidebar-accent-foreground: #1a1a1a;
  --sidebar-border: #e0e0e0;
  --sidebar-ring: #000000;

  --radius: 0.5rem;
}

.dark {
  --background: #000000; 
  --foreground: #ededed; 

  --card: #1a1a1a; 
  --card-foreground: #ededed; 

  --popover: #1a1a1a; 
  --popover-foreground: #ededed; 

  --primary: #ffffff; 
  --primary-foreground: #000000; 

  --secondary: #ededed; 
  --secondary-foreground: #000000; 

  --muted: #333333; 
  --muted-foreground: #aaaaaa; 

  --accent: #444444; 
  --accent-foreground: #ededed; 

  --destructive: #ff6a6a; 
  --destructive-foreground: #000000; 

  --border: #333333; 
  --input: #333333; 
  --ring: #ffffff; 

  --chart-1: #ffffff; 
  --chart-2: #ededed; 
  --chart-3: #aaaaaa; 
  --chart-4: #666666; 
  --chart-5: #1a1a1a; 

  --sidebar-background: #000000;
  --sidebar-foreground: #ededed;
  --sidebar-primary: #ffffff;
  --sidebar-primary-foreground: #000000;
  --sidebar-accent: #444444;
  --sidebar-accent-foreground: #ededed;
  --sidebar-border: #333333;
  --sidebar-ring: #ffffff;

  --radius: 0.5rem;
}

@theme inline {
  --font-sans: var(--font-sans);

  --color-background: var(--background);
  --color-foreground: var(--foreground);

  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);

  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);

  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);

  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);

  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);

  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);

  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);

  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);

  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);

  --color-sidebar: var(--sidebar-background);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

body {
  font-family: var(--font-sans);
}

Related Themes

Explore more themes in the company category

View All company Themes
Next js - Theme by BrandCn