Gathering detailed insights and metrics for rc-color-picker-corbin
Gathering detailed insights and metrics for rc-color-picker-corbin
Gathering detailed insights and metrics for rc-color-picker-corbin
Gathering detailed insights and metrics for rc-color-picker-corbin
npm install rc-color-picker-corbin
Typescript
Module System
Node Version
NPM Version
68.3
Supply Chain
92.8
Quality
74
Maintenance
100
Vulnerability
99.6
License
@rc-component/color-picker@3.0.1
Updated on Mar 21, 2025
@rc-component/color-picker@3.0.0
Updated on Mar 21, 2025
v2.0.1
Updated on Aug 07, 2024
v2.0.0
Updated on Jul 30, 2024
v1.9.0
Updated on Jul 24, 2024
v1.8.3
Updated on Jul 22, 2024
TypeScript (93.42%)
Less (5.72%)
JavaScript (0.69%)
Shell (0.16%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
449 Stars
237 Commits
92 Forks
25 Watchers
27 Branches
41 Contributors
Updated on Jun 24, 2025
Minified
Minified + Gzipped
Latest Version
1.2.22
Package Id
rc-color-picker-corbin@1.2.22
Unpacked Size
1.86 MB
Size
432.58 kB
File Count
24
NPM Version
6.14.12
Node Version
10.24.1
Published on
Nov 30, 2023
Cumulative downloads
Total Downloads
6
React Color Picker
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
---|---|---|---|---|---|
Chrome 31.0+ ✔ | Edge 12.0+ ✔ | Firefox 31.0+ ✔ | IE 10+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |
<img src=https://cloud.githubusercontent.com/assets/1292082/8275606/8608e8f8-18db-11e5-8d10-703253db2a4f.png width=238 />
npm install
npm start
online example: http://react-component.github.io/color-picker/
1var ColorPicker = require('rc-color-picker'); 2var React = require('react'); 3var ReactDOM = require('react-dom'); 4ReactDOM.render(<ColorPicker />, container);
name | type | default | description |
---|---|---|---|
align | Object: alignConfig of dom-align | popup 's align config | |
alpha | Number | 100 | opacity of the color |
animation | String | index.css support 'slide-up' | |
children | Node | <span className='react-colorpicker-trigger'></span> | additional trigger appended to picker |
className | String | '' | Aditional class to be added to component |
color | String | #ff0000 | color board current background color |
defaultAlpha | Number | 100 | opacity of the color |
defaultColor | String | #ff0000 | color board current background color |
enableAlpha | Boolean | true | enable alpha controls |
getCalendarContainer | Function():Element | function(){return document.body;} | dom node where picker to be rendered into |
mode | String | RGB | color mode, support mode 'RGB', 'HSB' or 'HSL' |
onChange | Function | noop | when select color |
onClose | Function | noop | when color picker popup close |
onOpen | Function | noop | when color picker popup open |
placement | String | topLeft | one of ['topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
transitionName | String | css class for animation |
name | type | default | description |
---|---|---|---|
alpha | Number | 100 | opacity of the color |
className | String | '' | Aditional class to be added to component |
color | String | #ff0000 | color board current background color |
defaultAlpha | Number | 100 | opacity of the color |
defaultColor | String | #ff0000 | color board current background color |
enableAlpha | Boolean | true | enable alpha controls |
mode | String | RGB | color mode, support mode 'RGB', 'HSB' or 'HSL' |
onBlur | Function | when picker loose focus | |
onChange | Function | when select color trigger | |
onFocus | Function | when picker focus trigger | |
style | Object | {} | root node CSS style |
rc-color-picker is released under the MIT license.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 6/30 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-06-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreLast Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year