Home / File/ team-members.tsx — ui Source File

team-members.tsx — ui Source File

Architecture documentation for team-members.tsx, a tsx file in the ui codebase. 7 imports, 0 dependents.

File tsx Internationalization Dictionary 7 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  403f1bb5_aa25_5fa5_111d_2b315ac175e2["team-members.tsx"]
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  550576ca_32fe_8288_72d6_10281189833b["avatar"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> 550576ca_32fe_8288_72d6_10281189833b
  57e86e45_ac6e_7278_be08_9092724e8401["button"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> 57e86e45_ac6e_7278_be08_9092724e8401
  c6d6139d_ea69_3d79_5004_68419bae2ac0["card"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> c6d6139d_ea69_3d79_5004_68419bae2ac0
  ea5fe791_bf71_2e59_8da4_433dcd06ee7b["command"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> ea5fe791_bf71_2e59_8da4_433dcd06ee7b
  58f4fa76_4350_6209_54e6_f19a58e0eda4["item"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> 58f4fa76_4350_6209_54e6_f19a58e0eda4
  64a3481c_a85b_fe79_409a_cb7f3f4bb871["popover"]
  403f1bb5_aa25_5fa5_111d_2b315ac175e2 --> 64a3481c_a85b_fe79_409a_cb7f3f4bb871
  style 403f1bb5_aa25_5fa5_111d_2b315ac175e2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"use client"

import { ChevronDown } from "lucide-react"

import {
  Avatar,
  AvatarFallback,
  AvatarImage,
} from "@/registry/new-york-v4/ui/avatar"
import { Button } from "@/registry/new-york-v4/ui/button"
import {
  Card,
  CardContent,
  CardDescription,
  CardHeader,
  CardTitle,
} from "@/registry/new-york-v4/ui/card"
import {
  Command,
  CommandEmpty,
  CommandGroup,
  CommandInput,
  CommandItem,
  CommandList,
} from "@/registry/new-york-v4/ui/command"
import {
  Item,
  ItemActions,
  ItemContent,
  ItemDescription,
  ItemTitle,
} from "@/registry/new-york-v4/ui/item"
import {
  Popover,
  PopoverContent,
  PopoverTrigger,
} from "@/registry/new-york-v4/ui/popover"

const teamMembers = [
  {
    name: "Sofia Davis",
    email: "m@example.com",
    avatar: "/avatars/01.png",
    role: "Owner",
  },
  {
    name: "Jackson Lee",
    email: "p@example.com",
    avatar: "/avatars/02.png",
    role: "Developer",
  },
  {
    name: "Isabella Nguyen",
    email: "i@example.com",
    avatar: "/avatars/03.png",
    role: "Billing",
  },
]

const roles = [
// ... (78 more lines)

Subdomains

Functions

Dependencies

  • avatar
  • button
  • card
  • command
  • item
  • lucide-react
  • popover

Frequently Asked Questions

What does team-members.tsx do?
team-members.tsx is a source file in the ui codebase, written in tsx. It belongs to the Internationalization domain, Dictionary subdomain.
What functions are defined in team-members.tsx?
team-members.tsx defines 1 function(s): CardsTeamMembers.
What does team-members.tsx depend on?
team-members.tsx imports 7 module(s): avatar, button, card, command, item, lucide-react, popover.
Where is team-members.tsx in the architecture?
team-members.tsx is located at apps/v4/components/cards/team-members.tsx (domain: Internationalization, subdomain: Dictionary, directory: apps/v4/components/cards).

Analyze Your Own Codebase

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

Try Supermodel Free