DropdownMenuIconColor() — ui Function Reference
Architecture documentation for the DropdownMenuIconColor() function in dropdown-menu-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 9e886f99_eafd_f667_d59e_096f77a6d791["DropdownMenuIconColor()"] 9d186968_6524_fa81_1270_1b5830881a31["dropdown-menu-demo.tsx"] 9e886f99_eafd_f667_d59e_096f77a6d791 -->|defined in| 9d186968_6524_fa81_1270_1b5830881a31 style 9e886f99_eafd_f667_d59e_096f77a6d791 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/app/(internal)/sink/components/dropdown-menu-demo.tsx lines 419–471
function DropdownMenuIconColor() {
return (
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button variant="ghost" size="icon">
<IconPlaceholder
lucide="MoreHorizontalIcon"
tabler="IconDots"
hugeicons="MoreHorizontalCircle01Icon"
phosphor="DotsThreeOutlineIcon"
remixicon="RiMoreLine"
/>
<span className="sr-only">Toggle menu</span>
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="start">
<DropdownMenuGroup>
<DropdownMenuItem>
<IconPlaceholder
lucide="PencilIcon"
tabler="IconPencil"
hugeicons="EditIcon"
phosphor="PencilIcon"
remixicon="RiPencilLine"
/>
Edit
</DropdownMenuItem>
<DropdownMenuItem>
<IconPlaceholder
lucide="ShareIcon"
tabler="IconShare"
hugeicons="ShareIcon"
phosphor="ShareIcon"
remixicon="RiShareLine"
/>
Share
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem variant="destructive">
<IconPlaceholder
lucide="TrashIcon"
tabler="IconTrash"
hugeicons="DeleteIcon"
phosphor="TrashIcon"
remixicon="RiDeleteBinLine"
/>
Delete
</DropdownMenuItem>
</DropdownMenuGroup>
</DropdownMenuContent>
</DropdownMenu>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does DropdownMenuIconColor() do?
DropdownMenuIconColor() is a function in the ui codebase, defined in apps/v4/app/(internal)/sink/components/dropdown-menu-demo.tsx.
Where is DropdownMenuIconColor() defined?
DropdownMenuIconColor() is defined in apps/v4/app/(internal)/sink/components/dropdown-menu-demo.tsx at line 419.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free