{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "native-select", "type": "registry:ui", "dependencies": [ "lucide-react" ], "registryDependencies": [], "files": [ { "path": "registry/new-york/ui/native-select.tsx", "content": "import * as React from \"react\"\nimport { ChevronDownIcon } from \"lucide-react\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction NativeSelect({\n className,\n size = \"default\",\n ...props\n}: Omit, \"size\"> & { size?: \"sm\" | \"default\" }) {\n return (\n \n \n \n \n )\n}\n\nfunction NativeSelectOption({ ...props }: React.ComponentProps<\"option\">) {\n return