BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/gmhlab/menubar
This component no longer exists. It was in gmhlab’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-09 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.

menubar

gmhlab/menubar
RemovedComponent

gmhlab publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/gmhlab/monorepo/main/packages/ui/public/r/menubar.json

Source

registry/new-york/ui/menubar.tsxraw.githubusercontent.com/gmhlab/monorepo/main/packages/ui/public/r/menubar.json · first 6 KB
1"use client"
2
3import * as React from "react"
4import { CheckIcon, ChevronRightIcon, CircleIcon } from "lucide-react"
5import { Menubar as MenubarPrimitive } from "radix-ui"
6
7import { cn } from "@/lib/utils"
8
9function Menubar({
10 className,
11 ...props
12}: React.ComponentProps<typeof MenubarPrimitive.Root>) {
13 return (
14 <MenubarPrimitive.Root
15 data-slot="menubar"
16 className={cn(
17 "bg-background flex h-9 items-center gap-1 rounded-md border p-1 shadow-xs",
18 className
19 )}
20 {...props}
21 />
22 )
23}
24
25function MenubarMenu({
26 ...props
27}: React.ComponentProps<typeof MenubarPrimitive.Menu>) {
28 return <MenubarPrimitive.Menu data-slot="menubar-menu" {...props} />
29}
30
31function MenubarGroup({
32 ...props
33}: React.ComponentProps<typeof MenubarPrimitive.Group>) {
34 return <MenubarPrimitive.Group data-slot="menubar-group" {...props} />
35}
36
37function MenubarPortal({
38 ...props
39}: React.ComponentProps<typeof MenubarPrimitive.Portal>) {
40 return <MenubarPrimitive.Portal data-slot="menubar-portal" {...props} />
41}
42
43function MenubarRadioGroup({
44 ...props
45}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) {
46 return (
47 <MenubarPrimitive.RadioGroup data-slot="menubar-radio-group" {...props} />
48 )
49}
50
51function MenubarTrigger({
52 className,
53 ...props
54}: React.ComponentProps<typeof MenubarPrimitive.Trigger>) {
55 return (
56 <MenubarPrimitive.Trigger
57 data-slot="menubar-trigger"
58 className={cn(
59 "focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex items-center rounded-sm px-2 py-1 text-sm font-medium outline-hidden select-none",
60 className
61 )}
62 {...props}
63 />
64 )
65}
66
67function MenubarContent({
68 className,
69 align = "start",
70 alignOffset = -4,
71 sideOffset = 8,
72 ...props
73}: React.ComponentProps<typeof MenubarPrimitive.Content>) {
74 return (
75 <MenubarPortal>
76 <MenubarPrimitive.Content
77 data-slot="menubar-content"
78 align={align}
79 alignOffset={alignOffset}
80 sideOffset={sideOffset}
81 className={cn(
82// … truncated

What it pulls in

npm packages

  • lucide-react
  • radix-ui

Files it writes

  • registry/new-york/ui/menubar.tsx

Facts

Registry
gmhlab
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-02
Last confirmed
10 days ago

Go to the source

gwglobalmentalhealth.com gmhlab/monorepo 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

ToolDrift

What the AI coding tools changed last night

tooldrift.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 ToolDrift

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 ToolDrift

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 ToolDrift

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