Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
rmc-cascader
Advanced tools
React Mobile Cascader Component (web and react-native)
npm i
npm i typings -g
typings install
npm start
npm run watch-tsc
http://localhost:8000/examples/
online example: http://react-component.github.io/m-cascader/
./node_modules/rc-tools run react-native-init
react-native run-ios
name | description | type | default |
---|---|---|---|
className(web) | additional css class of root dom node | String | '' |
prefixCls(web) | prefix class | String | 'rmc-cascader' |
pickerPrefixCls(web) | picker prefix class | String | 'rmc-picker' |
pickerItemStyle | picker item style | {} | |
data | The data of cascade | array | |
value | selected value | array | |
defaultValue | initial selected value | array | |
onChange | Function(value) | - |
name | description | type | default |
---|---|---|---|
className(web) | additional css class of modal node | String | '' |
prefixCls(web) | prefix class | String | 'rmc-picker-popup' |
style(web) | additional style | object | {} |
value | selected value | array | |
cascader | React Cascader element | ||
onChange | exec on ok | Function(value) | |
onDismiss | exec on dismiss | function | |
okText | ok button text | String | 'Ok' |
dismissText | dismiss button text | String | 'Dismiss' |
title | Popup title | String | '' |
visible | whether pop picker is visible | Boolean | |
onVisibleChange | called when pop picker visible change | Function |
npm test
npm run chrome-test
npm run coverage
open coverage/ dir
rmc-cascader is released under the MIT license.
FAQs
m-cascader ui component for react
We found that rmc-cascader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.