nav-actions.tsx — ui Source File
Architecture documentation for nav-actions.tsx, a tsx file in the ui codebase. 5 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 31d0ce5f_1674_d18d_f76a_f3674db5834e["nav-actions.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 31d0ce5f_1674_d18d_f76a_f3674db5834e --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 31d0ce5f_1674_d18d_f76a_f3674db5834e --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 57e86e45_ac6e_7278_be08_9092724e8401["button"] 31d0ce5f_1674_d18d_f76a_f3674db5834e --> 57e86e45_ac6e_7278_be08_9092724e8401 64a3481c_a85b_fe79_409a_cb7f3f4bb871["popover"] 31d0ce5f_1674_d18d_f76a_f3674db5834e --> 64a3481c_a85b_fe79_409a_cb7f3f4bb871 12632a83_ef01_5f03_4110_ed33d49893b7["sidebar"] 31d0ce5f_1674_d18d_f76a_f3674db5834e --> 12632a83_ef01_5f03_4110_ed33d49893b7 style 31d0ce5f_1674_d18d_f76a_f3674db5834e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
"use client"
import * as React from "react"
import {
ArrowDown,
ArrowUp,
Bell,
Copy,
CornerUpLeft,
CornerUpRight,
FileText,
GalleryVerticalEnd,
LineChart,
Link,
MoreHorizontal,
Settings2,
Star,
Trash,
Trash2,
} from "lucide-react"
import { Button } from "@/registry/new-york-v4/ui/button"
import {
Popover,
PopoverContent,
PopoverTrigger,
} from "@/registry/new-york-v4/ui/popover"
import {
Sidebar,
SidebarContent,
SidebarGroup,
SidebarGroupContent,
SidebarMenu,
SidebarMenuButton,
SidebarMenuItem,
} from "@/registry/new-york-v4/ui/sidebar"
const data = [
[
{
label: "Customize Page",
icon: Settings2,
},
{
label: "Turn into wiki",
icon: FileText,
},
],
[
{
label: "Copy Link",
icon: Link,
},
{
label: "Duplicate",
icon: Copy,
},
{
label: "Move to",
icon: CornerUpRight,
// ... (94 more lines)
Domain
Subdomains
Functions
Dependencies
- button
- lucide-react
- popover
- react
- sidebar
Source
Frequently Asked Questions
What does nav-actions.tsx do?
nav-actions.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in nav-actions.tsx?
nav-actions.tsx defines 1 function(s): NavActions.
What does nav-actions.tsx depend on?
nav-actions.tsx imports 5 module(s): button, lucide-react, popover, react, sidebar.
Where is nav-actions.tsx in the architecture?
nav-actions.tsx is located at apps/v4/registry/new-york-v4/blocks/sidebar-10/components/nav-actions.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/blocks/sidebar-10/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free