Home / Function/ ToggleGroupVerticalOutlineWithIcons() — ui Function Reference

ToggleGroupVerticalOutlineWithIcons() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  04e31072_7da6_2bbf_27cb_d5d0ff1e8b29["ToggleGroupVerticalOutlineWithIcons()"]
  7cfec362_e6dc_17ef_efcb_b8f12bc65346["toggle-group-example.tsx"]
  04e31072_7da6_2bbf_27cb_d5d0ff1e8b29 -->|defined in| 7cfec362_e6dc_17ef_efcb_b8f12bc65346
  style 04e31072_7da6_2bbf_27cb_d5d0ff1e8b29 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/examples/toggle-group-example.tsx lines 437–471

function ToggleGroupVerticalOutlineWithIcons() {
  return (
    <Example title="Vertical Outline With Icons">
      <ToggleGroup variant="outline" multiple orientation="vertical" size="sm">
        <ToggleGroupItem value="bold" aria-label="Toggle bold">
          <IconPlaceholder
            lucide="BoldIcon"
            tabler="IconBold"
            hugeicons="TextBoldIcon"
            phosphor="TextBIcon"
            remixicon="RiBold"
          />
        </ToggleGroupItem>
        <ToggleGroupItem value="italic" aria-label="Toggle italic">
          <IconPlaceholder
            lucide="ItalicIcon"
            tabler="IconItalic"
            hugeicons="TextItalicIcon"
            phosphor="TextItalicIcon"
            remixicon="RiItalic"
          />
        </ToggleGroupItem>
        <ToggleGroupItem value="underline" aria-label="Toggle underline">
          <IconPlaceholder
            lucide="UnderlineIcon"
            tabler="IconUnderline"
            hugeicons="TextUnderlineIcon"
            phosphor="TextUnderlineIcon"
            remixicon="RiUnderline"
          />
        </ToggleGroupItem>
      </ToggleGroup>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free