Home / File/ components.json — ui Source File

components.json — ui Source File

Architecture documentation for components.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "style": "default",
  "tsx": false,
  "tailwind": {
    "config": "./tailwind.config.js",
    "css": "./src/assets/css/tailwind.css",
    "baseColor": "neutral",
    "cssVariables": false
  },
  "aliases": {
    "utils": "@/lib/utils",
    "components": "@/components"
  },
  "iconLibrary": "radix"
}

Frequently Asked Questions

What does components.json do?
components.json is a source file in the ui codebase, written in json.
Where is components.json in the architecture?
components.json is located at packages/shadcn/test/fixtures/config-jsx/components.json (directory: packages/shadcn/test/fixtures/config-jsx).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free