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