Home / File/ navigation-menu-rtl.tsx — ui Source File

navigation-menu-rtl.tsx — ui Source File

Architecture documentation for navigation-menu-rtl.tsx, a tsx file in the ui codebase. 5 imports, 0 dependents.

File tsx DocumentationAtlas ContentSourcing 5 imports 2 functions

Entity Profile

Dependency Diagram

graph LR
  7646928c_cd0d_d8d8_5f23_dcadac696fd2["navigation-menu-rtl.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  7646928c_cd0d_d8d8_5f23_dcadac696fd2 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  ba3d44f3_7b34_f9cc_6283_44817785c0df["link"]
  7646928c_cd0d_d8d8_5f23_dcadac696fd2 --> ba3d44f3_7b34_f9cc_6283_44817785c0df
  3b1a6c59_e7cc_0dca_663c_62c6a47bfc3b["navigation-menu"]
  7646928c_cd0d_d8d8_5f23_dcadac696fd2 --> 3b1a6c59_e7cc_0dca_663c_62c6a47bfc3b
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  7646928c_cd0d_d8d8_5f23_dcadac696fd2 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  2c1404ab_bf28_6225_f9a0_b9e29400c66c["language-selector"]
  7646928c_cd0d_d8d8_5f23_dcadac696fd2 --> 2c1404ab_bf28_6225_f9a0_b9e29400c66c
  style 7646928c_cd0d_d8d8_5f23_dcadac696fd2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import Link from "next/link"
import {
  NavigationMenu,
  NavigationMenuContent,
  NavigationMenuItem,
  NavigationMenuLink,
  NavigationMenuList,
  NavigationMenuTrigger,
  navigationMenuTriggerStyle,
} from "@/examples/base/ui-rtl/navigation-menu"
import {
  CircleAlertIcon,
  CircleCheckIcon,
  CircleDashedIcon,
} from "lucide-react"

import {
  useTranslation,
  type Translations,
} from "@/components/language-selector"

const translations: Translations = {
  en: {
    dir: "ltr",
    values: {
      gettingStarted: "Getting started",
      introduction: "Introduction",
      introductionDesc: "Re-usable components built with Tailwind CSS.",
      installation: "Installation",
      installationDesc: "How to install dependencies and structure your app.",
      typography: "Typography",
      typographyDesc: "Styles for headings, paragraphs, lists...etc",
      components: "Components",
      alertDialog: "Alert Dialog",
      alertDialogDesc:
        "A modal dialog that interrupts the user with important content and expects a response.",
      hoverCard: "Hover Card",
      hoverCardDesc:
        "For sighted users to preview content available behind a link.",
      progress: "Progress",
      progressDesc:
        "Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.",
      scrollArea: "Scroll-area",
      scrollAreaDesc: "Visually or semantically separates content.",
      tabs: "Tabs",
      tabsDesc:
        "A set of layered sections of content—known as tab panels—that are displayed one at a time.",
      tooltip: "Tooltip",
      tooltipDesc:
        "A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.",
      withIcon: "With Icon",
      backlog: "Backlog",
      toDo: "To Do",
      done: "Done",
      docs: "Docs",
    },
  },
// ... (215 more lines)

Subdomains

Dependencies

  • language-selector
  • link
  • lucide-react
  • navigation-menu
  • react

Frequently Asked Questions

What does navigation-menu-rtl.tsx do?
navigation-menu-rtl.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in navigation-menu-rtl.tsx?
navigation-menu-rtl.tsx defines 2 function(s): ListItem, NavigationMenuRtl.
What does navigation-menu-rtl.tsx depend on?
navigation-menu-rtl.tsx imports 5 module(s): language-selector, link, lucide-react, navigation-menu, react.
Where is navigation-menu-rtl.tsx in the architecture?
navigation-menu-rtl.tsx is located at apps/v4/examples/base/navigation-menu-rtl.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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