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 MCascader Component
npm install
npm start
http://localhost:8000/examples/
online example: http://react-component.github.io/m-cascader/
see example
name | description | type | default |
---|---|---|---|
className | additional css class of root dom node | String | '' |
prefixCls | prefix class | String | 'rmc-cascader' |
pickerPrefixCls | picker prefix class | String | 'rmc-picker' |
data | The data of cascade | array | |
value | selected value | array | |
defaultValue | initial selected value | array | |
onChange | Function(value) | - |
name | description | type | default |
---|---|---|---|
className | additional css class of modal node | String | '' |
prefixCls | prefix class | String | 'rmc-cascader' |
modalPrefixCls | prefix class | String | 'rmc-modal' |
pickerPrefixCls | picker prefix class | String | 'rmc-picker' |
data | The data of cascade | array | |
value | selected value | array | |
defaultValue | initial selected value | array | |
onPickerChange | Function(value) | - | |
style | additional style | object | {} |
onChange | exec on ok | Function(value) | |
onDismiss | exec on dismiss | function | |
okText | ok button text | String | 'Ok' |
dismissText | dismiss button text | String | 'Dismiss' |
visible | whether pop picker is visible | Boolean | |
onVisibleChange | called when pop picker visible change | Function |
http://localhost:8000/tests/runner.html?coverage
rmc-cascader is released under the MIT license.
FAQs
m-cascader ui component for react
The npm package rmc-cascader receives a total of 14,071 weekly downloads. As such, rmc-cascader popularity was classified as popular.
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.