Home / Function/ ButtonGroupNavigation() — ui Function Reference

ButtonGroupNavigation() — ui Function Reference

Architecture documentation for the ButtonGroupNavigation() function in button-group-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  a331dfd1_f801_7546_087f_fed6296b9a85["ButtonGroupNavigation()"]
  d41ef55a_d021_eff9_a1f7_cf3a6ebe42df["button-group-example.tsx"]
  a331dfd1_f801_7546_087f_fed6296b9a85 -->|defined in| d41ef55a_d021_eff9_a1f7_cf3a6ebe42df
  style a331dfd1_f801_7546_087f_fed6296b9a85 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/examples/button-group-example.tsx lines 576–614

function ButtonGroupNavigation() {
  return (
    <Example title="Navigation">
      <ButtonGroup>
        <ButtonGroup>
          <Button variant="outline">
            <IconPlaceholder
              lucide="ArrowLeftIcon"
              tabler="IconArrowLeft"
              hugeicons="ArrowLeft01Icon"
              phosphor="ArrowLeftIcon"
              remixicon="RiArrowLeftLine"
            />
          </Button>
          <Button variant="outline">
            <IconPlaceholder
              lucide="ArrowRightIcon"
              tabler="IconArrowRight"
              hugeicons="ArrowRight01Icon"
              phosphor="ArrowRightIcon"
              remixicon="RiArrowRightLine"
            />
          </Button>
        </ButtonGroup>
        <ButtonGroup aria-label="Single navigation button">
          <Button variant="outline" size="icon">
            <IconPlaceholder
              lucide="ArrowLeftIcon"
              tabler="IconArrowLeft"
              hugeicons="ArrowLeft01Icon"
              phosphor="ArrowLeftIcon"
              remixicon="RiArrowLeftLine"
            />
          </Button>
        </ButtonGroup>
      </ButtonGroup>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does ButtonGroupNavigation() do?
ButtonGroupNavigation() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/button-group-example.tsx.
Where is ButtonGroupNavigation() defined?
ButtonGroupNavigation() is defined in apps/v4/registry/bases/base/examples/button-group-example.tsx at line 576.

Analyze Your Own Codebase

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

Try Supermodel Free