TabsWithIcons() — ui Function Reference
Architecture documentation for the TabsWithIcons() function in tabs-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 599e7afa_d94e_eab2_158e_bf3b4a4bed0c["TabsWithIcons()"] dd1a6104_63fe_63e2_e50f_c437e305bec0["tabs-example.tsx"] 599e7afa_d94e_eab2_158e_bf3b4a4bed0c -->|defined in| dd1a6104_63fe_63e2_e50f_c437e305bec0 style 599e7afa_d94e_eab2_158e_bf3b4a4bed0c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/tabs-example.tsx lines 105–134
function TabsWithIcons() {
return (
<Example title="With Icons">
<Tabs defaultValue="preview">
<TabsList>
<TabsTrigger value="preview">
<IconPlaceholder
lucide="AppWindowIcon"
tabler="IconAppWindow"
hugeicons="CursorInWindowIcon"
phosphor="AppWindowIcon"
remixicon="RiWindowLine"
/>
Preview
</TabsTrigger>
<TabsTrigger value="code">
<IconPlaceholder
lucide="CodeIcon"
tabler="IconCode"
hugeicons="CodeIcon"
phosphor="CodeIcon"
remixicon="RiCodeLine"
/>
Code
</TabsTrigger>
</TabsList>
</Tabs>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does TabsWithIcons() do?
TabsWithIcons() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/tabs-example.tsx.
Where is TabsWithIcons() defined?
TabsWithIcons() is defined in apps/v4/registry/bases/base/examples/tabs-example.tsx at line 105.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free