ContextMenuLabel() — ui Function Reference
Architecture documentation for the ContextMenuLabel() function in context-menu.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 6f75b34f_391b_bfeb_1161_2a593fd1bd01["ContextMenuLabel()"] a8278523_5891_13ac_c50b_9df3d37da6a2["context-menu.tsx"] 6f75b34f_391b_bfeb_1161_2a593fd1bd01 -->|defined in| a8278523_5891_13ac_c50b_9df3d37da6a2 style 6f75b34f_391b_bfeb_1161_2a593fd1bd01 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/context-menu.tsx lines 187–205
function ContextMenuLabel({
className,
inset,
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Label> & {
inset?: boolean
}) {
return (
<ContextMenuPrimitive.Label
data-slot="context-menu-label"
data-inset={inset}
className={cn(
"text-foreground px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ContextMenuLabel() do?
ContextMenuLabel() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/context-menu.tsx.
Where is ContextMenuLabel() defined?
ContextMenuLabel() is defined in apps/v4/registry/new-york-v4/ui/context-menu.tsx at line 187.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free