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
  01f7f430_64a4_098d_f3ff_ca2cc0834198["nav-actions.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  01f7f430_64a4_098d_f3ff_ca2cc0834198 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  381135fe_5f7a_910a_b8a2_691e9756a016["button"]
  01f7f430_64a4_098d_f3ff_ca2cc0834198 --> 381135fe_5f7a_910a_b8a2_691e9756a016
  d9983b1a_6d77_b9aa_2610_1183f02db5e3["popover"]
  01f7f430_64a4_098d_f3ff_ca2cc0834198 --> d9983b1a_6d77_b9aa_2610_1183f02db5e3
  1fee781a_1910_afaa_bb29_21305eb0ae61["sidebar"]
  01f7f430_64a4_098d_f3ff_ca2cc0834198 --> 1fee781a_1910_afaa_bb29_21305eb0ae61
  de6fac54_74ca_6c25_8f8b_d1ba3287dbf2["icon-placeholder"]
  01f7f430_64a4_098d_f3ff_ca2cc0834198 --> de6fac54_74ca_6c25_8f8b_d1ba3287dbf2
  style 01f7f430_64a4_098d_f3ff_ca2cc0834198 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"

import { Button } from "@/registry/bases/radix/ui/button"
import {
  Popover,
  PopoverContent,
  PopoverTrigger,
} from "@/registry/bases/radix/ui/popover"
import {
  Sidebar,
  SidebarContent,
  SidebarGroup,
  SidebarGroupContent,
  SidebarMenu,
  SidebarMenuButton,
  SidebarMenuItem,
} from "@/registry/bases/radix/ui/sidebar"
import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"

const data = [
  [
    {
      label: "Customize Page",
      icon: (
        <IconPlaceholder
          lucide="Settings2Icon"
          tabler="IconSettings"
          hugeicons="Settings05Icon"
          phosphor="GearIcon"
          remixicon="RiSettingsLine"
        />
      ),
    },
    {
      label: "Turn into wiki",
      icon: (
        <IconPlaceholder
          lucide="FileTextIcon"
          tabler="IconFileText"
          hugeicons="File01Icon"
          phosphor="FileTextIcon"
          remixicon="RiFileTextLine"
        />
      ),
    },
  ],
  [
    {
      label: "Copy Link",
      icon: (
        <IconPlaceholder
          lucide="LinkIcon"
          tabler="IconLink"
          hugeicons="LinkIcon"
          phosphor="LinkIcon"
          remixicon="RiLinksLine"
        />
      ),
// ... (194 more lines)

Subdomains

Functions

Dependencies

  • button
  • icon-placeholder
  • 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, icon-placeholder, popover, react, sidebar.
Where is nav-actions.tsx in the architecture?
nav-actions.tsx is located at apps/v4/registry/bases/radix/blocks/sidebar-10/components/nav-actions.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/bases/radix/blocks/sidebar-10/components).

Analyze Your Own Codebase

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

Try Supermodel Free