ContextMenuLabel() — ui Function Reference
Architecture documentation for the ContextMenuLabel() function in context-menu.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 8549f102_2f10_a641_a62f_cad23532c299["ContextMenuLabel()"] 9c1d8aeb_2706_a47c_c0c6_75ea296d3630["context-menu.tsx"] 8549f102_2f10_a641_a62f_cad23532c299 -->|defined in| 9c1d8aeb_2706_a47c_c0c6_75ea296d3630 style 8549f102_2f10_a641_a62f_cad23532c299 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui-rtl/context-menu.tsx lines 71–89
function ContextMenuLabel({
className,
inset,
...props
}: ContextMenuPrimitive.GroupLabel.Props & {
inset?: boolean
}) {
return (
<ContextMenuPrimitive.GroupLabel
data-slot="context-menu-label"
data-inset={inset}
className={cn(
"text-muted-foreground px-1.5 py-1 text-xs font-medium data-inset:ps-7",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ContextMenuLabel() do?
ContextMenuLabel() is a function in the ui codebase, defined in apps/v4/examples/base/ui-rtl/context-menu.tsx.
Where is ContextMenuLabel() defined?
ContextMenuLabel() is defined in apps/v4/examples/base/ui-rtl/context-menu.tsx at line 71.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free