dropdown-menu-complex.tsx — ui Source File
Architecture documentation for dropdown-menu-complex.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 49084103_551c_e133_2b0d_4a3f7f5e94e0["dropdown-menu-complex.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 49084103_551c_e133_2b0d_4a3f7f5e94e0 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 4544fa74_9b37_0912_c55e_f4ff161b8e83["button"] 49084103_551c_e133_2b0d_4a3f7f5e94e0 --> 4544fa74_9b37_0912_c55e_f4ff161b8e83 c4ec47ed_7434_868c_4320_f03b26dfd4e8["dropdown-menu"] 49084103_551c_e133_2b0d_4a3f7f5e94e0 --> c4ec47ed_7434_868c_4320_f03b26dfd4e8 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 49084103_551c_e133_2b0d_4a3f7f5e94e0 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 style 49084103_551c_e133_2b0d_4a3f7f5e94e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import { Button } from "@/examples/base/ui/button"
import {
DropdownMenu,
DropdownMenuCheckboxItem,
DropdownMenuContent,
DropdownMenuGroup,
DropdownMenuItem,
DropdownMenuLabel,
DropdownMenuPortal,
DropdownMenuRadioGroup,
DropdownMenuRadioItem,
DropdownMenuSeparator,
DropdownMenuShortcut,
DropdownMenuSub,
DropdownMenuSubContent,
DropdownMenuSubTrigger,
DropdownMenuTrigger,
} from "@/examples/base/ui/dropdown-menu"
import {
BellIcon,
CreditCardIcon,
DownloadIcon,
EyeIcon,
FileCodeIcon,
FileIcon,
FileTextIcon,
FolderIcon,
FolderOpenIcon,
FolderSearchIcon,
HelpCircleIcon,
KeyboardIcon,
LanguagesIcon,
LayoutIcon,
LogOutIcon,
MailIcon,
MonitorIcon,
MoonIcon,
MoreHorizontalIcon,
PaletteIcon,
SaveIcon,
SettingsIcon,
ShieldIcon,
SunIcon,
UserIcon,
} from "lucide-react"
export function DropdownMenuComplex() {
const [notifications, setNotifications] = React.useState({
email: true,
sms: false,
push: true,
})
const [theme, setTheme] = React.useState("light")
return (
<DropdownMenu>
<DropdownMenuTrigger render={<Button variant="outline" />}>
// ... (229 more lines)
Domain
Subdomains
Functions
Dependencies
- button
- dropdown-menu
- lucide-react
- react
Source
Frequently Asked Questions
What does dropdown-menu-complex.tsx do?
dropdown-menu-complex.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in dropdown-menu-complex.tsx?
dropdown-menu-complex.tsx defines 1 function(s): DropdownMenuComplex.
What does dropdown-menu-complex.tsx depend on?
dropdown-menu-complex.tsx imports 4 module(s): button, dropdown-menu, lucide-react, react.
Where is dropdown-menu-complex.tsx in the architecture?
dropdown-menu-complex.tsx is located at apps/v4/examples/base/dropdown-menu-complex.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free