Wheel Pickers

Below is a collections of various wheel picker components

Wheel Picker 1

Java

C++

TypeScript

JavaScript

Rust

Ruby

Golang

Installation

$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/WheelPicker1.json

Props

PropTypeisCompulsoryDescription
options
string[]
true

list of all visible options in the wheel picker

onChange
(value: string) => void
true

The function which sets the option is passed to it

Usage