🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-beautiful-wheel-picker

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-beautiful-wheel-picker

A highly customizable and user-friendly wheel picker component for React applications.

1.0.7
latest
npm
Version published
Weekly downloads
11
1000%
Maintainers
0
Weekly downloads
 
Created
Source

React Beautiful Wheel Picker

npm version react version tailwindcss version

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!

React Beautiful Wheel Picker Demo

To install the React Beautiful Wheel Picker, run the following command:

npm install react-beautiful-wheel-picker

Usage

import { Picker } from "react-beautiful-wheel-picker";

<Picker>
  <Picker.Item values={[]} />
</Picker>;

Props

Picker.Item

PropTypeDefaultDescription
valuesPickerItem[][]The items to display in the picker.
defaultValueany""The default value of the picker.
onChange(value: any) => void() => {}The callback function that is called when the value changes.

Picker

PropTypeDefaultDescription
childrenReact.ReactNodenullThe children of the picker.
classNamestring""The className of the picker.
containerClassNamestring""The className of the container of the picker.
selectedHighlightClassNamestring""The className of the selected highlight of the picker.
overlayClassNamestring""The className of the overlay of the picker.

License

This project is licensed under the MIT License.

Keywords

react

FAQs

Package last updated on 24 Feb 2025

Did you know?

Socket

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.

Install

Related posts