
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
react-beautiful-wheel-picker
Advanced tools
A highly customizable and user-friendly wheel picker component for React applications.
A highly customizable and user-friendly wheel picker component for React applications.
Check out the live Demo Project to see the React Beautiful Wheel Picker in action and explore its features!
To install the React Beautiful Wheel Picker, run the following command:
npm install react-beautiful-wheel-picker
import { Picker } from "react-beautiful-wheel-picker";
<Picker>
<Picker.Item values={[]} />
</Picker>;
Prop | Type | Default | Description |
---|---|---|---|
values | PickerItem[] | [] | The items to display in the picker. |
defaultValue | any | "" | The default value of the picker. |
onChange | (value: any) => void | () => {} | The callback function that is called when the value changes. |
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | null | The children of the picker. |
className | string | "" | The className of the picker. |
containerClassName | string | "" | The className of the container of the picker. |
selectedHighlightClassName | string | "" | The className of the selected highlight of the picker. |
overlayClassName | string | "" | The className of the overlay of the picker. |
This project is licensed under the MIT License.
FAQs
A highly customizable and user-friendly wheel picker component for React applications.
The npm package react-beautiful-wheel-picker receives a total of 2 weekly downloads. As such, react-beautiful-wheel-picker popularity was classified as not popular.
We found that react-beautiful-wheel-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.