BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/hoogin/sidebar-layout
This component no longer exists. It was in hoogin’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-14 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

Sidebar Layout

hoogin/sidebar-layout
RemovedBlock

A full application layout with a collapsible sidebar, header, and content area.

Install it

npx shadcn@latest add https://shadcn.hoogin.be/r/sidebar-layout.json

Source

registry/ui/sidebar-layout.tsxshadcn.hoogin.be/r/sidebar-layout.json
1"use client"
2
3import * as React from "react"
4
5import { Separator } from "@/components/ui/separator"
6import { TooltipProvider } from "@/components/ui/tooltip"
7import { AppSidebar } from "@/hoogin/ui/app-sidebar"
8import {
9 SidebarInset,
10 SidebarProvider,
11 SidebarTrigger,
12} from "@/hoogin/ui/sidebar"
13import type {
14 SidebarBrand,
15 SidebarMore,
16 SidebarNavItem,
17 SidebarProject,
18 SidebarSecondaryItem,
19 SidebarUser,
20 SidebarUserMenu,
21} from "@/hoogin/ui/sidebar.types"
22import { ThemeToggle } from "@/hoogin/ui/theme-toggle"
23
24type SidebarLayoutProps = {
25 children: React.ReactNode
26 breadcrumb?: React.ReactNode
27 brand: SidebarBrand
28 user?: SidebarUser
29 dataMain: SidebarNavItem[]
30 dataSecondary?: SidebarSecondaryItem[]
31 dataProjects?: SidebarProject[]
32 dataMainLabel?: string
33 dataProjectsLabel?: string
34 dataProjectsMore?: SidebarMore
35 dataUserMenu?: SidebarUserMenu
36 storageKey?: string
37 collapsible?: "offcanvas" | "icon" | "none"
38 className?: string
39}
40
41export function SidebarLayout({
42 children,
43 breadcrumb,
44 brand,
45 user,
46 dataMain,
47 dataSecondary,
48 dataProjects,
49 dataMainLabel,
50 dataProjectsLabel,
51 dataProjectsMore,
52 dataUserMenu,
53 storageKey,
54 collapsible,
55 className,
56}: SidebarLayoutProps) {
57 const hasNestedItems = dataMain.some((item) =>
58 item.items?.some((sub) => sub.items?.length)
59 )
60
61 return (
62 <TooltipProvider>
63 <SidebarProvider
64 storageKey={storageKey}
65 className={className}
66 style={
67 hasNestedItems
68 ? ({ "--sidebar-width": "20rem" } as React.CSSProperties)
69 : undefined
70 }
71 >
72 <AppSidebar
73 brand={brand}
74 user={user}
75 dataMain={dataMain}
76 dataSecondary={dataSecondary}
77 dataProjects={dataProjects}
78 dataMainLabel={dataMainLabel}
79 dataProjectsLabel={dataProjectsLabel}
80 dataProjectsMore={dataProjectsMore}
81 dataUserMenu={dataUserMenu}
82 collapsible={collapsible}
83 />
84 <SidebarInset>
85 <header className="flex h-16 shrink-0 items-center gap-2">
86 <div className="flex items-center gap-2 px-4">
87 <SidebarTrigger className="-ml-1" />
88 <Separator
89 orientation="vertical"
90 className="mr-2 data-vertical:h-4 data-vertical:self-auto"
91 />
92 {breadcrumb}
93 </div>
94 <div className="ml-auto flex items-center gap-2 px-4">
95// … truncated

What it pulls in

Other registry items

  • @hoogin/sidebar
  • @hoogin/app-sidebar
  • @hoogin/theme-toggle
  • separator
  • tooltip

Files it writes

  • registry/ui/sidebar-layout.tsx

Facts

Registry
hoogin
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-07
Last confirmed
5 days ago

Go to the source

shadcn.hoogin.be AlainPaumen/hoogin-shadcn-registry on GitHub Raw registry item This item as JSON

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