{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "select-scrollable", "type": "registry:example", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "select" ], "files": [ { "path": "examples/select-scrollable.tsx", "content": "import * as React from \"react\"\n\nimport {\n Select,\n SelectContent,\n SelectGroup,\n SelectItem,\n SelectLabel,\n SelectTrigger,\n SelectValue,\n} from \"@/registry/default/ui/select\"\n\nexport default function SelectScrollable() {\n return (\n \n )\n}\n", "type": "registry:example", "target": "" } ] }