example-at-property.json — ui Source File
Architecture documentation for example-at-property.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "example-at-property",
"type": "registry:style",
"css": {
"@property --foo": {
"syntax": "'<number>'",
"inherits": "false",
"initial-value": "0"
}
}
}
Source
Frequently Asked Questions
What does example-at-property.json do?
example-at-property.json is a source file in the ui codebase, written in json.
Where is example-at-property.json in the architecture?
example-at-property.json is located at packages/tests/fixtures/registry/example-at-property.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