Home / Function/ TabsIconOnly() — ui Function Reference

TabsIconOnly() — ui Function Reference

Architecture documentation for the TabsIconOnly() function in tabs-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  027a8862_9101_f5ad_338a_05093d214c8f["TabsIconOnly()"]
  8b935873_324f_276b_ff32_c08eebcb2ffb["tabs-example.tsx"]
  027a8862_9101_f5ad_338a_05093d214c8f -->|defined in| 8b935873_324f_276b_ff32_c08eebcb2ffb
  style 027a8862_9101_f5ad_338a_05093d214c8f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/tabs-example.tsx lines 136–172

function TabsIconOnly() {
  return (
    <Example title="Icon Only">
      <Tabs defaultValue="home">
        <TabsList>
          <TabsTrigger value="home">
            <IconPlaceholder
              lucide="HomeIcon"
              tabler="IconHome"
              hugeicons="HomeIcon"
              phosphor="HouseIcon"
              remixicon="RiHomeLine"
            />
          </TabsTrigger>
          <TabsTrigger value="search">
            <IconPlaceholder
              lucide="SearchIcon"
              tabler="IconSearch"
              hugeicons="SearchIcon"
              phosphor="MagnifyingGlassIcon"
              remixicon="RiSearchLine"
            />
          </TabsTrigger>
          <TabsTrigger value="settings">
            <IconPlaceholder
              lucide="SettingsIcon"
              tabler="IconSettings"
              hugeicons="SettingsIcon"
              phosphor="GearIcon"
              remixicon="RiSettingsLine"
            />
          </TabsTrigger>
        </TabsList>
      </Tabs>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free