BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/wheel-picker

Wheel Picker

ncdai-chirags/wheel-picker
FreeComponent

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

Install it

npx shadcn@latest add https://www.chirags.dev/r/wheel-picker.json

Source

src/registry/wheel-picker/wheel-picker.tsxwww.chirags.dev/r/wheel-picker.json
1import "@ncdai/react-wheel-picker/style.css";
2
3import * as WheelPickerPrimitive from "@ncdai/react-wheel-picker";
4
5import { cn } from "@/lib/utils";
6
7type WheelPickerValue = WheelPickerPrimitive.WheelPickerValue;
8
9type WheelPickerOption<T extends WheelPickerValue = string> =
10 WheelPickerPrimitive.WheelPickerOption<T>;
11
12type WheelPickerClassNames = WheelPickerPrimitive.WheelPickerClassNames;
13
14function WheelPickerWrapper({
15 className,
16 ...props
17}: React.ComponentProps<typeof WheelPickerPrimitive.WheelPickerWrapper>) {
18 return (
19 <WheelPickerPrimitive.WheelPickerWrapper
20 className={cn(
21 "w-56 rounded-lg border border-zinc-200 bg-white px-1 shadow-xs dark:border-zinc-700/80 dark:bg-zinc-900",
22 "*:data-rwp:first:*:data-rwp-highlight-wrapper:rounded-s-md",
23 "*:data-rwp:last:*:data-rwp-highlight-wrapper:rounded-e-md",
24 className
25 )}
26 {...props}
27 />
28 );
29}
30
31function WheelPicker<T extends WheelPickerValue = string>({
32 classNames,
33 ...props
34}: WheelPickerPrimitive.WheelPickerProps<T>) {
35 return (
36 <WheelPickerPrimitive.WheelPicker
37 classNames={{
38 optionItem: "text-zinc-400 dark:text-zinc-500",
39 highlightWrapper:
40 "bg-zinc-100 text-zinc-950 dark:bg-zinc-800 dark:text-zinc-50",
41 ...classNames,
42 }}
43 {...props}
44 />
45 );
46}
47
48export { WheelPicker, WheelPickerWrapper };
49export type { WheelPickerClassNames, WheelPickerOption };

What it pulls in

npm packages

  • @ncdai/react-wheel-picker

Other registry items

  • @ncdai/utils

Files it writes

  • src/registry/wheel-picker/wheel-picker.tsx

Facts

Registry
ncdai
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
today

Go to the source

www.chirags.dev chirraaggggg/chirags.dev on GitHub Raw registry item This item as JSON

More from ncdai

All 28 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Apple Hello Effectapple-hello-effectncdaiComponentsFree1 dep
Consent Managerconsent-managerncdaiComponentsFree1 dep · 2 files
Flip Sentencesflip-sentencesncdaiComponentsFree1 dep
GitHub Starsgithub-starsncdaiComponentsFreeno deps
Scroll Fade Effectscroll-fade-effectncdaiComponentsFreeno deps
Shimmering Textshimmering-textncdaiComponentsFree1 dep
Slide to Unlockslide-to-unlockncdaiComponentsFree1 dep
Testimonials Marqueetestimonials-marqueencdaiComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex