scroll-area-demo.json — ui Source File
Architecture documentation for scroll-area-demo.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "scroll-area-demo",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"scroll-area"
],
"files": [
{
"path": "examples/scroll-area-demo.tsx",
"content": "import * as React from \"react\"\n\nimport { ScrollArea } from \"@/registry/new-york/ui/scroll-area\"\nimport { Separator } from \"@/registry/new-york/ui/separator\"\n\nconst tags = Array.from({ length: 50 }).map(\n (_, i, a) => `v1.2.0-beta.${a.length - i}`\n)\n\nexport default function ScrollAreaDemo() {\n return (\n <ScrollArea className=\"h-72 w-48 rounded-md border\">\n <div className=\"p-4\">\n <h4 className=\"mb-4 text-sm font-medium leading-none\">Tags</h4>\n {tags.map((tag) => (\n <>\n <div key={tag} className=\"text-sm\">\n {tag}\n </div>\n <Separator className=\"my-2\" />\n </>\n ))}\n </div>\n </ScrollArea>\n )\n}\n",
"type": "registry:example",
"target": ""
}
]
}
Source
Frequently Asked Questions
What does scroll-area-demo.json do?
scroll-area-demo.json is a source file in the ui codebase, written in json.
Where is scroll-area-demo.json in the architecture?
scroll-area-demo.json is located at apps/v4/public/r/styles/new-york/scroll-area-demo.json (directory: apps/v4/public/r/styles/new-york).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free