M Picker

screenshot of M Picker
react
react-native

React Mobile Picker(web & react-native)

Overview:

The rmc-picker is a React Mobile Picker Component suitable for both web and react-native platforms. It provides a variety of features that enhance the user experience in selecting values through a picker interface.

Features:

  • className: Additional CSS class of the root DOM node.
  • prefixCls: Prefix class for styling.
  • defaultSelectedValue: Default selected values for initialization.
  • selectedValue: Current selected values.
  • onValueChange: Event handler triggered when the picker value changes.
  • disabled: Option to disable the picker.
  • indicatorClassName: Custom class for the indicator element.
  • indicatorStyle: Custom style for the indicator element.

Summary:

The rmc-picker is a versatile React component designed to provide mobile-friendly picker functionality for web and react-native applications. With features like custom styling, event handling, and the ability to set default values, the rmc-picker offers a seamless user experience for selecting values. It is released under the MIT license, making it accessible for various projects and use cases.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.