Home / File/ example-style.json — ui Source File

example-style.json — ui Source File

Architecture documentation for example-style.json, a json file in the ui codebase.

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "example-style",
  "type": "registry:style",
  "dependencies": ["@tabler/icons-react"],
  "cssVars": {
    "theme": {
      "font-sans": "Inter, sans-serif"
    },
    "light": {
      "brand": "oklch(20 14.3% 4.1%)",
      "brand-foreground": "oklch(24 1.3% 10%)"
    },
    "dark": {
      "brand": "oklch(24 1.3% 10%)"
    }
  }
}

Frequently Asked Questions

What does example-style.json do?
example-style.json is a source file in the ui codebase, written in json.
Where is example-style.json in the architecture?
example-style.json is located at packages/tests/fixtures/registry/example-style.json (directory: packages/tests/fixtures/registry).

Analyze Your Own Codebase

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

Try Supermodel Free