index.json — ui Source File
Architecture documentation for index.json, a json file in the ui codebase.
Entity Profile
Source Code
[
{
"name": "accordion",
"dependencies": [
"@radix-ui/react-accordion"
],
"files": [
"ui/accordion.tsx"
],
"type": "components:ui"
},
{
"name": "alert",
"files": [
"ui/alert.tsx"
],
"type": "components:ui"
},
{
"name": "alert-dialog",
"dependencies": [
"@radix-ui/react-alert-dialog"
],
"registryDependencies": [
"button"
],
"files": [
"ui/alert-dialog.tsx"
],
"type": "components:ui"
},
{
"name": "aspect-ratio",
"dependencies": [
"@radix-ui/react-aspect-ratio"
],
"files": [
"ui/aspect-ratio.tsx"
],
"type": "components:ui"
},
{
"name": "avatar",
"dependencies": [
"@radix-ui/react-avatar"
],
"files": [
"ui/avatar.tsx"
],
"type": "components:ui"
},
{
"name": "badge",
"files": [
"ui/badge.tsx"
],
"type": "components:ui"
},
{
"name": "breadcrumb",
// ... (413 more lines)
Source
Frequently Asked Questions
What does index.json do?
index.json is a source file in the ui codebase, written in json.
Where is index.json in the architecture?
index.json is located at deprecated/www/public/registry/index.json (directory: deprecated/www/public/registry).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free