Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
rc-color-picker
Advanced tools
React Color Picker
IE 10+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | 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/
var ColorPicker = require('rc-color-picker');
var React = require('react');
var ReactDOM = require('react-dom');
ReactDOM.render(<ColorPicker />, container);
name | type | default | description |
---|---|---|---|
animation | String | index.css support 'slide-up' | |
transitionName | String | css class for animation | |
getCalendarContainer | Function():Element | function(){return document.body;} | dom node where picker to be rendered into |
align | Object: alignConfig of dom-align | popup 's align config | |
alpha | Number | 100 | opacity of the color |
defaultAlpha | Number | 100 | opacity of the color |
color | String | #ff0000 | color board current background color |
defaultColor | String | #ff0000 | color board current background color |
onChange | Function | noop | when select color |
onOpen | Function | noop | when color picker popup open |
onClose | Function | noop | when color picker popup close |
placement | String | topLeft | one of ['topLeft', 'topRight', 'bottomLeft', 'bottomRight'] |
mode | String | 'RGB' | color mode, support mode 'RGB', 'HSB' or 'HSL' |
children | Node | <span className='react-colorpicker-trigger'></span> | additional trigger appended to picker |
name | type | default | description |
---|---|---|---|
alpha | Number | 100 | opacity of the color |
defaultAlpha | Number | 100 | opacity of the color |
color | String | #ff0000 | color board current background color |
defaultColor | String | #ff0000 | color board current background color |
style | Object | {} | root node CSS style |
onChange | Function | when select color trigger | |
onFocus | Function | when picker focus trigger | |
onBlur | Function | when picker loose focus | |
mode | String | 'RGB' | color mode, support mode 'RGB', 'HSB' or 'HSL' |
rc-color-picker is released under the MIT license.
FAQs
color-picker ui component for react
The npm package rc-color-picker receives a total of 11,536 weekly downloads. As such, rc-color-picker popularity was classified as popular.
We found that rc-color-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.