Home / Function/ ToggleOutline() — ui Function Reference

ToggleOutline() — ui Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  c2a88f95_843c_66fb_d16f_b2c4bded9baa["ToggleOutline()"]
  732d07fe_4126_27b7_8a89_b8f9929b69b4["toggle-example.tsx"]
  c2a88f95_843c_66fb_d16f_b2c4bded9baa -->|defined in| 732d07fe_4126_27b7_8a89_b8f9929b69b4
  style c2a88f95_843c_66fb_d16f_b2c4bded9baa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/toggle-example.tsx lines 60–87

function ToggleOutline() {
  return (
    <Example title="Outline">
      <div className="flex flex-wrap items-center gap-2">
        <Toggle variant="outline" aria-label="Toggle italic">
          <IconPlaceholder
            lucide="ItalicIcon"
            tabler="IconItalic"
            hugeicons="TextItalicIcon"
            phosphor="TextItalicIcon"
            remixicon="RiItalic"
          />
          Italic
        </Toggle>
        <Toggle variant="outline" aria-label="Toggle bold">
          <IconPlaceholder
            lucide="BoldIcon"
            tabler="IconBold"
            hugeicons="TextBoldIcon"
            phosphor="TextBIcon"
            remixicon="RiBold"
          />
          Bold
        </Toggle>
      </div>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free