Home / File/ nav-actions.tsx — ui Source File

nav-actions.tsx — ui Source File

Architecture documentation for nav-actions.tsx, a tsx file in the ui codebase. 5 imports, 0 dependents.

File tsx ComponentRegistry ChartRegistry 5 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  82f098f6_e91d_c05e_b656_b50aec6a805d["nav-actions.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  82f098f6_e91d_c05e_b656_b50aec6a805d --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  82f098f6_e91d_c05e_b656_b50aec6a805d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  aa2f3ec6_f291_3763_88ec_65a3f5ad5939["button"]
  82f098f6_e91d_c05e_b656_b50aec6a805d --> aa2f3ec6_f291_3763_88ec_65a3f5ad5939
  e33b0d79_0534_28ec_a112_ac16ee736e09["popover"]
  82f098f6_e91d_c05e_b656_b50aec6a805d --> e33b0d79_0534_28ec_a112_ac16ee736e09
  6ff5c02b_2b25_4633_4ccd_fd28f2f55862["sidebar"]
  82f098f6_e91d_c05e_b656_b50aec6a805d --> 6ff5c02b_2b25_4633_4ccd_fd28f2f55862
  style 82f098f6_e91d_c05e_b656_b50aec6a805d 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/ui/button"
import {
  Popover,
  PopoverContent,
  PopoverTrigger,
} from "@/registry/new-york/ui/popover"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
} from "@/registry/new-york/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)

Subdomains

Functions

Dependencies

  • button
  • lucide-react
  • popover
  • react
  • sidebar

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 deprecated/www/registry/new-york/blocks/sidebar-10/components/nav-actions.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/blocks/sidebar-10/components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free