Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rmc-picker

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmc-picker - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

assets/picker.css

2

package.json
{
"name": "rmc-picker",
"version": "0.3.0",
"version": "0.3.1",
"description": "m-picker ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -55,3 +55,3 @@ # rmc-picker

## Usage
见 example
see example

@@ -66,2 +66,5 @@ ## API

|prefixCls | prefix class | String | '' |
|open | controlled open state | bool | false |
|data | input data | array<array{obj}> | [ [{name, value, selected(option)},...], ... ] |
|value | default selected values corresponding to the input data above | array | [val1, val2] |
|onChange | fire when change the selector's item | Function | '' |

@@ -68,0 +71,0 @@ |onOk | fire when finish select the selector | Function | '' |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc