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

tabs-vertical.tsx — ui Source File

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

File tsx DocumentationAtlas Changelog 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  7e1ff24c_8bf3_90c6_956c_f1a4ad429162["tabs-vertical.tsx"]
  c0c0320c_6788_9862_3f6a_ddb9a0a1d960["tabs"]
  7e1ff24c_8bf3_90c6_956c_f1a4ad429162 --> c0c0320c_6788_9862_3f6a_ddb9a0a1d960
  style 7e1ff24c_8bf3_90c6_956c_f1a4ad429162 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Tabs, TabsList, TabsTrigger } from "@/examples/base/ui/tabs"

export function TabsVertical() {
  return (
    <Tabs defaultValue="account" orientation="vertical">
      <TabsList>
        <TabsTrigger value="account">Account</TabsTrigger>
        <TabsTrigger value="password">Password</TabsTrigger>
        <TabsTrigger value="notifications">Notifications</TabsTrigger>
      </TabsList>
    </Tabs>
  )
}

Subdomains

Functions

Dependencies

  • tabs

Frequently Asked Questions

What does tabs-vertical.tsx do?
tabs-vertical.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-vertical.tsx?
tabs-vertical.tsx defines 1 function(s): TabsVertical.
What does tabs-vertical.tsx depend on?
tabs-vertical.tsx imports 1 module(s): tabs.
Where is tabs-vertical.tsx in the architecture?
tabs-vertical.tsx is located at apps/v4/examples/base/tabs-vertical.tsx (domain: DocumentationAtlas, subdomain: Changelog, 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