TabsLineWithContent() — ui Function Reference
Architecture documentation for the TabsLineWithContent() function in tabs-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD feb88de0_5280_6b7b_7cf1_f49475332227["TabsLineWithContent()"] 8b935873_324f_276b_ff32_c08eebcb2ffb["tabs-example.tsx"] feb88de0_5280_6b7b_7cf1_f49475332227 -->|defined in| 8b935873_324f_276b_ff32_c08eebcb2ffb style feb88de0_5280_6b7b_7cf1_f49475332227 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/tabs-example.tsx lines 214–237
function TabsLineWithContent() {
return (
<Example title="Line With Content">
<Tabs defaultValue="account">
<TabsList variant="line">
<TabsTrigger value="account">Account</TabsTrigger>
<TabsTrigger value="password">Password</TabsTrigger>
<TabsTrigger value="notifications">Notifications</TabsTrigger>
</TabsList>
<div className="style-nova:p-4 style-vega:p-6 style-maia:p-6 style-mira:p-4 style-lyra:p-4 style-nova:rounded-lg style-vega:rounded-lg style-maia:rounded-xl style-mira:rounded-md style-lyra:rounded-none border">
<TabsContent value="account">
Manage your account preferences and profile information.
</TabsContent>
<TabsContent value="password">
Update your password to keep your account secure.
</TabsContent>
<TabsContent value="notifications">
Configure how you receive notifications and alerts.
</TabsContent>
</div>
</Tabs>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does TabsLineWithContent() do?
TabsLineWithContent() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/tabs-example.tsx.
Where is TabsLineWithContent() defined?
TabsLineWithContent() is defined in apps/v4/registry/bases/radix/examples/tabs-example.tsx at line 214.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free