{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "wheel-picker", "title": "Wheel Picker", "author": "shakil-ahmed-billal ", "description": "iOS-like wheel picker for React with smooth inertia scrolling and infinite loop support.", "dependencies": [ "@shakil-ahmed-billal/react-wheel-picker" ], "files": [ { "path": "src/registry/components/wheel-picker/wheel-picker.tsx", "content": "import \"@ncdai/react-wheel-picker/style.css\"\r\n\r\nimport * as WheelPickerPrimitive from \"@ncdai/react-wheel-picker\"\r\nimport type { ComponentProps } from \"react\"\r\n\r\nimport { cn } from \"@/lib/utils\"\r\n\r\ntype WheelPickerValue = WheelPickerPrimitive.WheelPickerValue\r\n\r\ntype WheelPickerOption =\r\n WheelPickerPrimitive.WheelPickerOption\r\n\r\ntype WheelPickerClassNames = WheelPickerPrimitive.WheelPickerClassNames\r\n\r\nfunction WheelPickerWrapper({\r\n className,\r\n ...props\r\n}: ComponentProps) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nfunction WheelPicker({\r\n classNames,\r\n ...props\r\n}: WheelPickerPrimitive.WheelPickerProps) {\r\n return (\r\n \r\n )\r\n}\r\n\r\nexport { WheelPicker, WheelPickerWrapper }\r\nexport type { WheelPickerClassNames, WheelPickerOption }\r\n", "type": "registry:component" } ], "docs": "https://xhakil.vercel.app/components/react-wheel-picker", "type": "registry:component" }