ButtonGroupVerticalNested() — ui Function Reference
Architecture documentation for the ButtonGroupVerticalNested() function in button-group-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD ff1fb070_1db5_a9b1_0e73_1bf8d5d83d69["ButtonGroupVerticalNested()"] d41ef55a_d021_eff9_a1f7_cf3a6ebe42df["button-group-example.tsx"] ff1fb070_1db5_a9b1_0e73_1bf8d5d83d69 -->|defined in| d41ef55a_d021_eff9_a1f7_cf3a6ebe42df style ff1fb070_1db5_a9b1_0e73_1bf8d5d83d69 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/button-group-example.tsx lines 673–749
function ButtonGroupVerticalNested() {
return (
<Example title="Vertical Nested">
<ButtonGroup orientation="vertical" aria-label="Design tools palette">
<ButtonGroup orientation="vertical">
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="SearchIcon"
tabler="IconSearch"
hugeicons="Search01Icon"
phosphor="MagnifyingGlassIcon"
remixicon="RiSearchLine"
/>
</Button>
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="CopyIcon"
tabler="IconCopy"
hugeicons="Copy01Icon"
phosphor="CopyIcon"
remixicon="RiFileCopyLine"
/>
</Button>
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="ShareIcon"
tabler="IconShare"
hugeicons="Share03Icon"
phosphor="ShareIcon"
remixicon="RiShareLine"
/>
</Button>
</ButtonGroup>
<ButtonGroup orientation="vertical">
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="FlipHorizontalIcon"
tabler="IconFlipHorizontal"
hugeicons="FlipHorizontalIcon"
phosphor="ArrowsHorizontalIcon"
remixicon="RiArrowLeftRightLine"
/>
</Button>
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="FlipVerticalIcon"
tabler="IconFlipVertical"
hugeicons="FlipVerticalIcon"
phosphor="ArrowsVerticalIcon"
remixicon="RiArrowUpDownLine"
/>
</Button>
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="RotateCwIcon"
tabler="IconRotateClockwise2"
hugeicons="Rotate01Icon"
phosphor="ArrowClockwiseIcon"
remixicon="RiRefreshLine"
/>
</Button>
</ButtonGroup>
<ButtonGroup>
<Button variant="outline" size="icon">
<IconPlaceholder
lucide="TrashIcon"
tabler="IconTrash"
hugeicons="Delete02Icon"
phosphor="TrashIcon"
remixicon="RiDeleteBinLine"
/>
</Button>
</ButtonGroup>
</ButtonGroup>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ButtonGroupVerticalNested() do?
ButtonGroupVerticalNested() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/button-group-example.tsx.
Where is ButtonGroupVerticalNested() defined?
ButtonGroupVerticalNested() is defined in apps/v4/registry/bases/base/examples/button-group-example.tsx at line 673.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free