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