RtlLanguageSelector() — ui Function Reference
Architecture documentation for the RtlLanguageSelector() function in component-preview-tabs.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 29e6b93e_ad46_37cc_1c4f_a279d6173ea4["RtlLanguageSelector()"] 4f013dc0_9743_fe6f_61c3_b1ba0cbcf391["component-preview-tabs.tsx"] 29e6b93e_ad46_37cc_1c4f_a279d6173ea4 -->|defined in| 4f013dc0_9743_fe6f_61c3_b1ba0cbcf391 style 29e6b93e_ad46_37cc_1c4f_a279d6173ea4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/components/component-preview-tabs.tsx lines 194–206
function RtlLanguageSelector({ className }: { className?: string }) {
const context = useLanguageContext()
if (!context) {
return null
}
return (
<LanguageSelector
value={context.language}
onValueChange={context.setLanguage}
className={className}
/>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does RtlLanguageSelector() do?
RtlLanguageSelector() is a function in the ui codebase, defined in apps/v4/components/component-preview-tabs.tsx.
Where is RtlLanguageSelector() defined?
RtlLanguageSelector() is defined in apps/v4/components/component-preview-tabs.tsx at line 194.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free