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 3b03f3c7_4447_5e9d_430f_073da15b956e["ToggleGroupOutlineWithIcons()"] 7cfec362_e6dc_17ef_efcb_b8f12bc65346["toggle-group-example.tsx"] 3b03f3c7_4447_5e9d_430f_073da15b956e -->|defined in| 7cfec362_e6dc_17ef_efcb_b8f12bc65346 style 3b03f3c7_4447_5e9d_430f_073da15b956e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/toggle-group-example.tsx lines 102–136
function ToggleGroupOutlineWithIcons() {
return (
<Example title="Outline With Icons">
<ToggleGroup variant="outline" 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>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does ToggleGroupOutlineWithIcons() do?
ToggleGroupOutlineWithIcons() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/toggle-group-example.tsx.
Where is ToggleGroupOutlineWithIcons() defined?
ToggleGroupOutlineWithIcons() is defined in apps/v4/registry/bases/base/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