BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/poyraz/dashboard-shell-block

Dashboard Shell Block

poyraz/dashboard-shell-block
FreeBlock

Poyraz Soft Glass Dashboard Shell Block with container-responsive layout and semantic tokens.

Install it

npx shadcn@latest add https://ui.poyrazavsever.com/r/dashboard-shell-block.json

Source

registry/poyraz/blocks/phase8/dashboard-shell-block.tsxui.poyrazavsever.com/r/dashboard-shell-block.json
1import { Bell, Home, LayoutGrid, Search, Settings, Users } from "lucide-react";
2
3import { Avatar, AvatarFallback } from "@/components/ui/atoms/avatar";
4import { Badge } from "@/components/ui/atoms/badge";
5import { Button } from "@/components/ui/atoms/button";
6import { Card } from "@/components/ui/atoms/card";
7import { Input } from "@/components/ui/atoms/input";
8import {
9 Sidebar,
10 SidebarBranding,
11 SidebarContent,
12 SidebarFooter,
13 SidebarGroup,
14 SidebarGroupLabel,
15 SidebarHeader,
16 SidebarMenu,
17 SidebarMenuItem,
18 SidebarUserProfile,
19} from "@/components/ui/organisms/sidebar";
20
21const shellNavigation = [
22 { label: "Overview", icon: Home, active: true },
23 { label: "Projects", icon: LayoutGrid },
24 { label: "Team", icon: Users },
25 { label: "Settings", icon: Settings },
26];
27
28function DashboardShellBlock({ children }: { children?: React.ReactNode }) {
29 return (
30 <section
31 data-slot="dashboard-shell-block"
32 className="@container/shell min-h-[38rem] overflow-hidden rounded-xl border border-glass-border-outer bg-surface-subtle p-2 shadow-sm"
33 >
34 <div className="grid min-h-[37rem] grid-cols-1 overflow-hidden rounded-lg border border-border bg-background @lg/shell:grid-cols-[14rem_minmax(0,1fr)]">
35 <Sidebar
36 variant="inset"
37 className="hidden h-full w-full rounded-none border-0 border-r shadow-none @lg/shell:flex"
38 >
39 <SidebarHeader>
40 <SidebarBranding title="Northstar" subtitle="Product workspace" />
41 </SidebarHeader>
42 <SidebarContent>
43 <SidebarGroup>
44 <SidebarGroupLabel>Workspace</SidebarGroupLabel>
45 <SidebarMenu>
46 {shellNavigation.map(({ label, icon: Icon, active }) => (
47 <SidebarMenuItem key={label} active={active} icon={<Icon className="size-4" />}>
48 {label}
49 </SidebarMenuItem>
50 ))}
51 </SidebarMenu>
52 </SidebarGroup>
53 </SidebarContent>
54 <SidebarFooter>
55 <SidebarUserProfile name="Poyraz Avsever" role="Administrator" initials="PA" />
56 </SidebarFooter>
57 </Sidebar>
58 <div className="min-w-0">
59 <header className="flex min-h-14 items-center gap-2 border-b border-border px-3 @sm/shell:px-5">
60 <div className="relative hidden flex-1 @sm/shell:block">
61 <Search className="absolute left-3 top-1/2 size-4 -translate-y-1/2 text-muted-foreground" />
62// … truncated

What it pulls in

npm packages

  • lucide-react@^0.574.0

Other registry items

  • @poyraz/poyraz-utils
  • @poyraz/poyraz-theme
  • @poyraz/avatar
  • @poyraz/badge
  • @poyraz/button
  • @poyraz/card
  • @poyraz/input
  • @poyraz/sidebar

Files it writes

  • registry/poyraz/blocks/phase8/dashboard-shell-block.tsx

Facts

Registry
poyraz
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

ui.poyrazavsever.com poyrazavsever/poyraz-ui on GitHub Raw registry item This item as JSON

More from poyraz

All 71 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Article Cardarticle-cardpoyrazBlocksFreeno deps
Auth Card Blockauth-card-blockpoyrazBlocksFree1 dep
Brand Hero Blockbrand-hero-blockpoyrazBlocksFree1 dep
Footer Blocksfooter-blockspoyrazBlocksFree1 dep
Glass App Shell Blockglass-app-shell-blockpoyrazBlocksFree1 dep
Image Cardimage-cardpoyrazBlocksFreeno deps
Mega Menu Blockmega-menu-blockpoyrazBlocksFree1 dep
Mobile Navigation Blockmobile-navigation-blockpoyrazBlocksFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex