__index__.tsx — ui Source File
Architecture documentation for __index__.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 036a8913_19a2_0218_6e58_db40efa1bdf3["__index__.tsx"] 787248c9_681f_3c57_9883_813b643bcaa4["server-only"] 036a8913_19a2_0218_6e58_db40efa1bdf3 --> 787248c9_681f_3c57_9883_813b643bcaa4 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] 036a8913_19a2_0218_6e58_db40efa1bdf3 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 style 036a8913_19a2_0218_6e58_db40efa1bdf3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
// @ts-nocheck
// This file is autogenerated by scripts/build-registry.ts
// Do not edit this file directly.
import "server-only"
import * as React from "react"
export const Index: Record<string, Record<string, any>> = {
radix: {
accordion: {
name: "accordion",
title: "undefined",
description: "",
type: "registry:ui",
registryDependencies: undefined,
files: [
{
path: "registry/bases/radix/ui/accordion.tsx",
type: "registry:ui",
target: "",
},
],
component: React.lazy(async () => {
const mod = await import("@/registry/bases/radix/ui/accordion.tsx")
const exportName =
Object.keys(mod).find(
(key) =>
typeof mod[key] === "function" || typeof mod[key] === "object"
) || item.name
return { default: mod.default || mod[exportName] }
}),
categories: undefined,
meta: undefined,
},
alert: {
name: "alert",
title: "undefined",
description: "",
type: "registry:ui",
registryDependencies: undefined,
files: [
{
path: "registry/bases/radix/ui/alert.tsx",
type: "registry:ui",
target: "",
},
],
component: React.lazy(async () => {
const mod = await import("@/registry/bases/radix/ui/alert.tsx")
const exportName =
Object.keys(mod).find(
(key) =>
typeof mod[key] === "function" || typeof mod[key] === "object"
) || item.name
return { default: mod.default || mod[exportName] }
}),
categories: undefined,
meta: undefined,
},
"alert-dialog": {
// ... (9222 more lines)
Dependencies
- react
- server-only
Source
Frequently Asked Questions
What does __index__.tsx do?
__index__.tsx is a source file in the ui codebase, written in tsx.
What does __index__.tsx depend on?
__index__.tsx imports 2 module(s): react, server-only.
Where is __index__.tsx in the architecture?
__index__.tsx is located at apps/v4/registry/bases/__index__.tsx (directory: apps/v4/registry/bases).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free