Home / File/ tabs-icons.tsx — ui Source File

tabs-icons.tsx — ui Source File

Architecture documentation for tabs-icons.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx DocumentationAtlas Changelog 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  8a25adf4_3649_e89d_54e9_553a6ed381ab["tabs-icons.tsx"]
  265ffe32_cc1a_1864_69fc_d161d6592a97["tabs"]
  8a25adf4_3649_e89d_54e9_553a6ed381ab --> 265ffe32_cc1a_1864_69fc_d161d6592a97
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  8a25adf4_3649_e89d_54e9_553a6ed381ab --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style 8a25adf4_3649_e89d_54e9_553a6ed381ab fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Tabs, TabsList, TabsTrigger } from "@/examples/radix/ui/tabs"
import { AppWindowIcon, CodeIcon } from "lucide-react"

export function TabsIcons() {
  return (
    <Tabs defaultValue="preview">
      <TabsList>
        <TabsTrigger value="preview">
          <AppWindowIcon />
          Preview
        </TabsTrigger>
        <TabsTrigger value="code">
          <CodeIcon />
          Code
        </TabsTrigger>
      </TabsList>
    </Tabs>
  )
}

Subdomains

Functions

Dependencies

  • lucide-react
  • tabs

Frequently Asked Questions

What does tabs-icons.tsx do?
tabs-icons.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in tabs-icons.tsx?
tabs-icons.tsx defines 1 function(s): TabsIcons.
What does tabs-icons.tsx depend on?
tabs-icons.tsx imports 2 module(s): lucide-react, tabs.
Where is tabs-icons.tsx in the architecture?
tabs-icons.tsx is located at apps/v4/examples/radix/tabs-icons.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

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

Try Supermodel Free