BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/8bitcn/dashboard-01

8-bit Dashboard 01

8bitcn/dashboard-01
FreeBlock

A complete 8-bit styled dashboard with sidebar navigation, stats cards, charts, and data table with drag-and-drop functionality.

Install it

npx shadcn@latest add https://www.8bitcn.com/r/dashboard-01.json

Source

app/dashboard/page.tsxwww.8bitcn.com/r/dashboard-01.json
1import { Calendar, Home, Inbox, Search, Settings } from "lucide-react";
2import { Suspense } from "react";
3import { DashboardHeader } from "@/components/dashboard-header";
4import { DataTable } from "@/components/data-table";
5import { SectionCards } from "@/components/section-cards";
6import ChartBarMultiple from "@/components/ui/8bit/blocks/chart-bar";
7import {
8 Card,
9 CardContent,
10 CardHeader,
11 CardTitle,
12} from "@/components/ui/8bit/card";
13import {
14 Sidebar,
15 SidebarContent,
16 SidebarGroup,
17 SidebarGroupContent,
18 SidebarGroupLabel,
19 SidebarInset,
20 SidebarMenu,
21 SidebarMenuButton,
22 SidebarMenuItem,
23 SidebarProvider,
24} from "@/components/ui/sidebar";
25
26import data from "./data.json";
27
28const items = [
29 {
30 title: "Home",
31 url: "#",
32 icon: Home,
33 },
34 {
35 title: "Inbox",
36 url: "#",
37 icon: Inbox,
38 },
39 {
40 title: "Calendar",
41 url: "#",
42 icon: Calendar,
43 },
44 {
45 title: "Search",
46 url: "#",
47 icon: Search,
48 },
49 {
50 title: "Settings",
51 url: "#",
52 icon: Settings,
53 },
54];
55
56export default function Page() {
57 return (
58 <SidebarProvider
59 style={
60 {
61 "--sidebar-width": "calc(var(--spacing) * 72)",
62 "--header-height": "calc(var(--spacing) * 12)",
63 } as React.CSSProperties
64 }
65 >
66 <div className="flex h-screen w-full border">
67 <Sidebar className="retro border-foreground border-r-4 dark:border-ring">
68 <SidebarContent>
69 <SidebarGroup>
70 <SidebarGroupLabel>Application</SidebarGroupLabel>
71 <SidebarGroupContent>
72 <SidebarMenu>
73 {items.map((item) => (
74 <SidebarMenuItem key={item.title}>
75 <SidebarMenuButton asChild>
76 <a href={item.url}>
77 <item.icon />
78 <span>{item.title}</span>
79 </a>
80 </SidebarMenuButton>
81 </SidebarMenuItem>
82 ))}
83 </SidebarMenu>
84 </SidebarGroupContent>
85 </SidebarGroup>
86 </SidebarContent>
87 </Sidebar>
88 <SidebarInset>
89 <DashboardHeader />
90 <div className="flex flex-1 flex-col">
91 <div className="@container/main flex flex-1 flex-col gap-2">
92 <div className="flex flex-col gap-4 py-4 md:gap-6 md:py-6">
93 <SectionCards />
94 <div className="px-4 lg:px-6">
95// … truncated

What it pulls in

npm packages

  • @dnd-kit/core
  • @dnd-kit/sortable
  • @dnd-kit/modifiers
  • @dnd-kit/utilities
  • @tabler/icons-react
  • @tanstack/react-table
  • sonner
  • zod

Other registry items

  • sidebar
  • button
  • card
  • badge
  • skeleton
  • chart
  • checkbox
  • drawer
  • dropdown-menu
  • input
  • label
  • select
  • separator
  • table
  • tabs

Files it writes

  • app/dashboard/page.tsx
  • app/dashboard/data.json
  • components/dashboard-header.tsx
  • components/section-cards.tsx
  • components/data-table.tsx
  • components/ui/8bit/blocks/chart-bar.tsx
  • components/ui/8bit/button.tsx
  • components/ui/8bit/card.tsx
  • components/ui/8bit/badge.tsx
  • components/ui/8bit/skeleton.tsx
  • components/ui/8bit/chart.tsx
  • components/ui/8bit/checkbox.tsx
  • components/ui/8bit/drawer.tsx
  • components/ui/8bit/dropdown-menu.tsx
  • components/ui/8bit/input.tsx
  • components/ui/8bit/label.tsx
  • components/ui/8bit/select.tsx
  • components/ui/8bit/separator.tsx
  • components/ui/8bit/table.tsx
  • components/ui/8bit/tabs.tsx
  • components/ui/sidebar.tsx
  • components/ui/8bit/styles/retro.css

Facts

Registry
8bitcn
Type
registry:page
Access
Free
Files written
22
Licence
the repository states none
First indexed
2026-08-03
Last confirmed
yesterday

Go to the source

www.8bitcn.com Raw registry item This item as JSON

More from 8bitcn

All 121 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
8-bit Advanced 1advanced18bitcnBlocksFreeno deps · 3 files
8-bit Advanced 2advanced28bitcnBlocksFreeno deps · 5 files
8-bit Advanced 3advanced38bitcnBlocksFreeno deps · 6 files
8-bit Audio Settingsaudio-settings8bitcnBlocksFree2 deps · 7 files
8-bit Chapter Introchapter-intro8bitcnBlocksFreeno deps · 3 files
8-bit Character Sheetcharacter-sheet8bitcnBlocksFreeno deps · 9 files
8-bit Chartchart8bitcnBlocksFreeno deps · 3 files
8-bit Chart Area Stepchart-area-step8bitcnBlocksFreeno deps · 3 files
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