Home / File/ button-group-orientation.tsx — ui Source File

button-group-orientation.tsx — ui Source File

Architecture documentation for button-group-orientation.tsx, a tsx file in the ui codebase. 3 imports, 0 dependents.

File tsx DocumentationAtlas ContentSourcing 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  1f383443_aa7e_c173_973f_0ad13374983d["button-group-orientation.tsx"]
  4544fa74_9b37_0912_c55e_f4ff161b8e83["button"]
  1f383443_aa7e_c173_973f_0ad13374983d --> 4544fa74_9b37_0912_c55e_f4ff161b8e83
  a6e3100c_774c_ccde_3661_3d83448167f7["button-group"]
  1f383443_aa7e_c173_973f_0ad13374983d --> a6e3100c_774c_ccde_3661_3d83448167f7
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  1f383443_aa7e_c173_973f_0ad13374983d --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style 1f383443_aa7e_c173_973f_0ad13374983d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/base/ui/button"
import { ButtonGroup } from "@/examples/base/ui/button-group"
import { MinusIcon, PlusIcon } from "lucide-react"

export default function ButtonGroupOrientation() {
  return (
    <ButtonGroup
      orientation="vertical"
      aria-label="Media controls"
      className="h-fit"
    >
      <Button variant="outline" size="icon">
        <PlusIcon />
      </Button>
      <Button variant="outline" size="icon">
        <MinusIcon />
      </Button>
    </ButtonGroup>
  )
}

Subdomains

Dependencies

  • button
  • button-group
  • lucide-react

Frequently Asked Questions

What does button-group-orientation.tsx do?
button-group-orientation.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 button-group-orientation.tsx?
button-group-orientation.tsx defines 1 function(s): ButtonGroupOrientation.
What does button-group-orientation.tsx depend on?
button-group-orientation.tsx imports 3 module(s): button, button-group, lucide-react.
Where is button-group-orientation.tsx in the architecture?
button-group-orientation.tsx is located at apps/v4/examples/base/button-group-orientation.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