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

example-item.json — ui Source File

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

Entity Profile

Source Code

{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "example-item",
  "type": "registry:item",
  "files": [
    {
      "path": "example/foo.txt",
      "type": "registry:item",
      "content": "Foo Bar",
      "target": "path/to/foo.txt"
    }
  ]
}

Frequently Asked Questions

What does example-item.json do?
example-item.json is a source file in the ui codebase, written in json.
Where is example-item.json in the architecture?
example-item.json is located at packages/tests/fixtures/registry/example-item.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