Home / Function/ ToggleGroupOutlineWithIcons() — ui Function Reference

ToggleGroupOutlineWithIcons() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  8798fb06_ed00_a36f_3e8e_ad8dc36db807["ToggleGroupOutlineWithIcons()"]
  9d75b38c_5fd6_f22c_f903_b0d70c7a92d2["toggle-group-example.tsx"]
  8798fb06_ed00_a36f_3e8e_ad8dc36db807 -->|defined in| 9d75b38c_5fd6_f22c_f903_b0d70c7a92d2
  style 8798fb06_ed00_a36f_3e8e_ad8dc36db807 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/toggle-group-example.tsx lines 102–136

function ToggleGroupOutlineWithIcons() {
  return (
    <Example title="Outline With Icons">
      <ToggleGroup variant="outline" type="multiple" 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 ToggleGroupOutlineWithIcons() do?
ToggleGroupOutlineWithIcons() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/toggle-group-example.tsx.
Where is ToggleGroupOutlineWithIcons() defined?
ToggleGroupOutlineWithIcons() is defined in apps/v4/registry/bases/radix/examples/toggle-group-example.tsx at line 102.

Analyze Your Own Codebase

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

Try Supermodel Free