registry.json — ui Source File
Architecture documentation for registry.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"name": "shadcn/ui",
"homepage": "https://ui.shadcn.com",
"items": [
{
"name": "accordion",
"files": [
{
"path": "registry/radix-mira/ui/accordion.tsx",
"type": "registry:ui"
}
],
"type": "registry:ui"
},
{
"name": "alert",
"files": [
{
"path": "registry/radix-mira/ui/alert.tsx",
"type": "registry:ui"
}
],
"type": "registry:ui"
},
{
"name": "alert-dialog",
"registryDependencies": [
"button"
],
"files": [
{
"path": "registry/radix-mira/ui/alert-dialog.tsx",
"type": "registry:ui"
}
],
"type": "registry:ui"
},
{
"name": "aspect-ratio",
"files": [
{
"path": "registry/radix-mira/ui/aspect-ratio.tsx",
"type": "registry:ui"
}
],
"type": "registry:ui"
},
{
"name": "avatar",
"files": [
{
"path": "registry/radix-mira/ui/avatar.tsx",
"type": "registry:ui"
}
],
"type": "registry:ui"
},
{
"name": "badge",
"files": [
// ... (2944 more lines)
Source
Frequently Asked Questions
What does registry.json do?
registry.json is a source file in the ui codebase, written in json.
Where is registry.json in the architecture?
registry.json is located at apps/v4/public/r/styles/radix-mira/registry.json (directory: apps/v4/public/r/styles/radix-mira).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free