Command Palette

Search for a command to run...

Wheel Picker

iOS-like wheel picker for React with smooth inertia scrolling and infinite loop support.

Loading...

About

The <WheelPicker /> component is built on top of react-wheel-picker.

Installation

pnpm dlx shadcn@latest add https://ui-x.junwen-k.dev/r/wheel-picker.json

Usage

import { WheelPicker, WheelPickerWrapper } from "@/components/ui/wheel-picker";
<WheelPickerWrapper>
  <WheelPicker />
</WheelPickerWrapper>

Examples

Default

Loading...

Form

Loading...