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.
Entity Profile
Dependency Diagram
graph LR 88e6045b_7c32_1203_ee3d_ef5e6be2e1b3["button-group-orientation.tsx"] d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"] 88e6045b_7c32_1203_ee3d_ef5e6be2e1b3 --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3 57e86e45_ac6e_7278_be08_9092724e8401["button"] 88e6045b_7c32_1203_ee3d_ef5e6be2e1b3 --> 57e86e45_ac6e_7278_be08_9092724e8401 d431e985_324f_ebc5_0383_4b336fa5e906["button-group"] 88e6045b_7c32_1203_ee3d_ef5e6be2e1b3 --> d431e985_324f_ebc5_0383_4b336fa5e906 style 88e6045b_7c32_1203_ee3d_ef5e6be2e1b3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { MinusIcon, PlusIcon } from "lucide-react"
import { Button } from "@/registry/new-york-v4/ui/button"
import { ButtonGroup } from "@/registry/new-york-v4/ui/button-group"
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>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- button-group
- lucide-react
Source
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 ComponentRegistry domain, ChartRegistry 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/registry/new-york-v4/examples/button-group-orientation.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free