Home / File/ combobox-rtl.tsx — ui Source File

combobox-rtl.tsx — ui Source File

Architecture documentation for combobox-rtl.tsx, a tsx file in the ui codebase. 4 imports, 0 dependents.

File tsx DocumentationAtlas ContentSourcing 4 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  f9bf9085_ef1d_4a76_ef75_ad8f7e0ef601["combobox-rtl.tsx"]
  1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"]
  f9bf9085_ef1d_4a76_ef75_ad8f7e0ef601 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2
  fc464613_0eb4_8c4f_40e1_4f9d0f0bb916["combobox"]
  f9bf9085_ef1d_4a76_ef75_ad8f7e0ef601 --> fc464613_0eb4_8c4f_40e1_4f9d0f0bb916
  7e9c1e20_5a8a_4152_90a3_40c280dc340e["field"]
  f9bf9085_ef1d_4a76_ef75_ad8f7e0ef601 --> 7e9c1e20_5a8a_4152_90a3_40c280dc340e
  2c1404ab_bf28_6225_f9a0_b9e29400c66c["language-selector"]
  f9bf9085_ef1d_4a76_ef75_ad8f7e0ef601 --> 2c1404ab_bf28_6225_f9a0_b9e29400c66c
  style f9bf9085_ef1d_4a76_ef75_ad8f7e0ef601 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import * as React from "react"
import {
  Combobox,
  ComboboxChip,
  ComboboxChips,
  ComboboxChipsInput,
  ComboboxContent,
  ComboboxEmpty,
  ComboboxItem,
  ComboboxList,
  ComboboxValue,
  useComboboxAnchor,
} from "@/examples/base/ui-rtl/combobox"
import { Field, FieldLabel } from "@/examples/base/ui-rtl/field"

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

const categories = [
  "technology",
  "design",
  "business",
  "marketing",
  "education",
  "health",
] as const

const translations: Translations = {
  en: {
    dir: "ltr",
    values: {
      label: "Categories",
      placeholder: "Add categories",
      empty: "No categories found.",
      technology: "Technology",
      design: "Design",
      business: "Business",
      marketing: "Marketing",
      education: "Education",
      health: "Health",
    },
  },
  ar: {
    dir: "rtl",
    values: {
      label: "الفئات",
      placeholder: "أضف فئات",
      empty: "لم يتم العثور على فئات.",
      technology: "التكنولوجيا",
      design: "التصميم",
      business: "الأعمال",
      marketing: "التسويق",
      education: "التعليم",
      health: "الصحة",
    },
  },
// ... (74 more lines)

Subdomains

Functions

Dependencies

  • combobox
  • field
  • language-selector
  • react

Frequently Asked Questions

What does combobox-rtl.tsx do?
combobox-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 combobox-rtl.tsx?
combobox-rtl.tsx defines 1 function(s): ComboboxRtl.
What does combobox-rtl.tsx depend on?
combobox-rtl.tsx imports 4 module(s): combobox, field, language-selector, react.
Where is combobox-rtl.tsx in the architecture?
combobox-rtl.tsx is located at apps/v4/examples/base/combobox-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