BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/menubar

menubar

yyc3-knowledge-base/menubar
UnverifiedComponent

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/YYC-Cube/YYC3-Knowledge-Base/main/YYC3-D/ui/apps/v4/menubar.json

Source

registry/new-york-v4/ui/menubar.tsxraw.githubusercontent.com/YYC-Cube/YYC3-Knowledge-Base/main/YYC3-D/ui/apps/v4/menubar.json · first 6 KB
1"use client"
2
3import * as React from "react"
4import * as MenubarPrimitive from "@radix-ui/react-menubar"
5import { Check, ChevronRight, Circle } from "lucide-react"
6
7import { cn } from "@/lib/utils"
8
9function MenubarMenu({
10 ...props
11}: React.ComponentProps<typeof MenubarPrimitive.Menu>) {
12 return <MenubarPrimitive.Menu {...props} />
13}
14
15function MenubarGroup({
16 ...props
17}: React.ComponentProps<typeof MenubarPrimitive.Group>) {
18 return <MenubarPrimitive.Group {...props} />
19}
20
21function MenubarPortal({
22 ...props
23}: React.ComponentProps<typeof MenubarPrimitive.Portal>) {
24 return <MenubarPrimitive.Portal {...props} />
25}
26
27function MenubarRadioGroup({
28 ...props
29}: React.ComponentProps<typeof MenubarPrimitive.RadioGroup>) {
30 return <MenubarPrimitive.RadioGroup {...props} />
31}
32
33function MenubarSub({
34 ...props
35}: React.ComponentProps<typeof MenubarPrimitive.Sub>) {
36 return <MenubarPrimitive.Sub data-slot="menubar-sub" {...props} />
37}
38
39const Menubar = React.forwardRef<
40 React.ElementRef<typeof MenubarPrimitive.Root>,
41 React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Root>
42>(({ className, ...props }, ref) => (
43 <MenubarPrimitive.Root
44 ref={ref}
45 className={cn(
46 "flex h-9 items-center space-x-1 rounded-md border bg-background p-1 shadow-sm",
47 className
48 )}
49 {...props}
50 />
51))
52Menubar.displayName = MenubarPrimitive.Root.displayName
53
54const MenubarTrigger = React.forwardRef<
55 React.ElementRef<typeof MenubarPrimitive.Trigger>,
56 React.ComponentPropsWithoutRef<typeof MenubarPrimitive.Trigger>
57>(({ className, ...props }, ref) => (
58 <MenubarPrimitive.Trigger
59 ref={ref}
60 className={cn(
61 "flex cursor-default select-none items-center rounded-sm px-3 py-1 text-sm font-medium outline-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
62 className
63 )}
64 {...props}
65 />
66))
67MenubarTrigger.displayName = MenubarPrimitive.Trigger.displayName
68
69const MenubarSubTrigger = React.forwardRef<
70 React.ElementRef<typeof MenubarPrimitive.SubTrigger>,
71 React.ComponentPropsWithoutRef<typeof MenubarPrimitive.SubTrigger> & {
72 inset?: boolean
73 }
74>(({ className, inset, children, ...props }, ref) => (
75 <MenubarPrimitive.SubTrigger
76 ref={ref}
77 className={cn(
78// … truncated

What it pulls in

npm packages

  • @radix-ui/react-menubar

Files it writes

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

Facts

Registry
shadcn/ui
Type
registry:ui
Access
Unverified
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

ui.shadcn.com YYC-Cube/YYC3-Knowledge-Base on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 411 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordionaccordionshadcn/uiComponentsUnverified1 dep
alertalertshadcn/uiComponentsUnverifiedno deps
alert-dialogalert-dialogshadcn/uiComponentsUnverified1 dep
aspect-ratioaspect-ratioshadcn/uiComponentsUnverified1 dep
avataravatarshadcn/uiComponentsUnverified1 dep
badgebadgeshadcn/uiComponentsUnverified1 dep
breadcrumbbreadcrumbshadcn/uiComponentsUnverified1 dep
buttonbuttonshadcn/uiComponentsUnverified1 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

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