@ncdai/react-wheel-picker 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +34 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # React Wheel Picker
2
2
 
3
+ Backed by [▲Vercel OSS Program](https://vercel.com/blog/summer-2025-oss-program#react-wheel-picker)
4
+
3
5
  iOS-like wheel picker for React with smooth inertia scrolling and infinite loop support.
4
6
 
5
- - 📱 Natural touch scrolling with smooth inertia effect
6
- - 🖱️ Mouse drag and scroll support for desktop
7
- - 🔄 Infinite loop scrolling
8
- - 🎨 Unstyled components for complete style customization
9
- - ⌨️ Full keyboard navigation and type-ahead search
10
- - ⚡️ Easy installation via shadcn CLI
7
+ - Natural touch scrolling with smooth inertia effect
8
+ - Mouse drag and scroll support for desktop
9
+ - Infinite loop scrolling
10
+ - Unstyled components for complete style customization
11
+ - Full keyboard navigation and type-ahead search
12
+ - Easy installation via shadcn CLI
11
13
 
12
14
  → Check out the live demo: https://react-wheel-picker.chanhdai.com
13
15
 
@@ -34,9 +36,6 @@ This project is proudly supported by:
34
36
  />
35
37
  </a>
36
38
  </td>
37
- <td></td>
38
- </tr>
39
- <tr>
40
39
  <td>
41
40
  <a href="https://shadcnstudio.com?utm_source=chanhdai.com&utm_medium=banner&utm_campaign=github">
42
41
  <img src="https://assets.chanhdai.com/images/sponsors/shadcnstudio.svg?v=3" alt="shadcnstudio.com" />
@@ -53,23 +52,21 @@ This project is proudly supported by:
53
52
  </tr>
54
53
  <tr>
55
54
  <td>
56
- <a href="https://shadcraft.com?utm_source=react-wheel-picker">
55
+ <a href="https://shadcncraft.com?utm_source=react-wheel-picker">
57
56
  <img
58
- src="https://assets.chanhdai.com/images/sponsors/shadcraft.svg?v=3"
59
- alt="Shadcraft"
57
+ src="https://assets.chanhdai.com/images/sponsors/shadcncraft.svg?v=3"
58
+ alt="shadcncraft"
60
59
  />
61
60
  </a>
62
61
  </td>
63
62
  <td>
64
- <a href="https://uirules.com?utm_source=react-wheel-picker">
63
+ <a href="https://www.shadcnblocks.com?utm_source=react-wheel-picker">
65
64
  <img
66
- src="https://assets.chanhdai.com/images/sponsors/uirules.svg?v=1"
67
- alt="UI Rules"
65
+ src="https://assets.chanhdai.com/images/sponsors/shadcnblocks.svg?v=1"
66
+ alt="Shadcnblocks"
68
67
  />
69
68
  </a>
70
69
  </td>
71
- </tr>
72
- <tr>
73
70
  <td>
74
71
  <a href="https://reactbits.dev?utm_source=react-wheel-picker">
75
72
  <img
@@ -78,6 +75,16 @@ This project is proudly supported by:
78
75
  />
79
76
  </a>
80
77
  </td>
78
+ </tr>
79
+ <tr>
80
+ <td>
81
+ <a href="https://openpanel.dev?utm_source=react-wheel-picker">
82
+ <img
83
+ src="https://assets.chanhdai.com/images/sponsors/openpanel.svg?v=1"
84
+ alt="OpenPanel"
85
+ />
86
+ </a>
87
+ </td>
81
88
  <td>
82
89
  <a href="https://www.mintlify.com?utm_source=react-wheel-picker">
83
90
  <img
@@ -86,24 +93,26 @@ This project is proudly supported by:
86
93
  />
87
94
  </a>
88
95
  </td>
89
- </tr>
90
- <tr>
91
96
  <td>
92
- <a href="https://openpanel.dev?utm_source=react-wheel-picker">
97
+ <a href="https://uirules.com?utm_source=react-wheel-picker">
93
98
  <img
94
- src="https://assets.chanhdai.com/images/sponsors/openpanel.svg?v=1"
95
- alt="OpenPanel"
99
+ src="https://assets.chanhdai.com/images/sponsors/uirules.svg?v=1"
100
+ alt="UI Rules"
96
101
  />
97
102
  </a>
98
103
  </td>
104
+ </tr>
105
+ <tr>
99
106
  <td>
100
- <a href="https://termius.com?utm_source=react-wheel-picker">
107
+ <a href="https://shoogle.dev?utm_source=react-wheel-picker">
101
108
  <img
102
- src="https://assets.chanhdai.com/images/sponsors/termius.svg?v=3"
103
- alt="Termius"
109
+ src="https://assets.chanhdai.com/images/sponsors/shoogle.svg?v=1"
110
+ alt="Shoogle"
104
111
  />
105
112
  </a>
106
113
  </td>
114
+ <td></td>
115
+ <td></td>
107
116
  </tr>
108
117
  </tbody>
109
118
  </table>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ncdai/react-wheel-picker",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "iOS-like wheel picker for React with smooth inertia scrolling and infinite loop support.",
5
5
  "publishConfig": {
6
6
  "access": "public",