ContextMenuSeparator() — ui Function Reference
Architecture documentation for the ContextMenuSeparator() function in context-menu.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e1a36667_e6a8_79e6_9a10_b2f255165052["ContextMenuSeparator()"] a8278523_5891_13ac_c50b_9df3d37da6a2["context-menu.tsx"] e1a36667_e6a8_79e6_9a10_b2f255165052 -->|defined in| a8278523_5891_13ac_c50b_9df3d37da6a2 style e1a36667_e6a8_79e6_9a10_b2f255165052 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/context-menu.tsx lines 207–218
function ContextMenuSeparator({
className,
...props
}: React.ComponentProps<typeof ContextMenuPrimitive.Separator>) {
return (
<ContextMenuPrimitive.Separator
data-slot="context-menu-separator"
className={cn("bg-border -mx-1 my-1 h-px", className)}
{...props}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ContextMenuSeparator() do?
ContextMenuSeparator() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/context-menu.tsx.
Where is ContextMenuSeparator() defined?
ContextMenuSeparator() is defined in apps/v4/registry/new-york-v4/ui/context-menu.tsx at line 207.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free