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
  e35063b7_6870_74b1_c46d_79c0a5e7bd57["nav-actions.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  e35063b7_6870_74b1_c46d_79c0a5e7bd57 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  e35063b7_6870_74b1_c46d_79c0a5e7bd57 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  d418ad18_b947_f4e5_6e4c_01100d7a63e4["button"]
  e35063b7_6870_74b1_c46d_79c0a5e7bd57 --> d418ad18_b947_f4e5_6e4c_01100d7a63e4
  d1761ea6_65b9_f5fd_76e0_66663b00b300["popover"]
  e35063b7_6870_74b1_c46d_79c0a5e7bd57 --> d1761ea6_65b9_f5fd_76e0_66663b00b300
  742f06fb_c1e8_243e_1fc4_8b1cf11704c2["sidebar"]
  e35063b7_6870_74b1_c46d_79c0a5e7bd57 --> 742f06fb_c1e8_243e_1fc4_8b1cf11704c2
  style e35063b7_6870_74b1_c46d_79c0a5e7bd57 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/default/ui/button"
import {
  Popover,
  PopoverContent,
  PopoverTrigger,
} from "@/registry/default/ui/popover"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
} from "@/registry/default/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/default/blocks/sidebar-10/components/nav-actions.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/default/blocks/sidebar-10/components).

Analyze Your Own Codebase

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

Try Supermodel Free