Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
react-colorscales
Advanced tools
A React UI component for picking and modifying colorscales, based on Chroma-js.
Part of Plotly's React Component Suite for building data visualization Web apps and products.
👉 DEMO
👉 Wrapper for Dash apps (Python)
npm install react-colorscales
yarn add react-colorscales
import {Colorscale} from 'react-colorscales';
import ColorscalePicker from 'react-colorscales';
const viridisColorscale = ['#fafa6e', '#9cdf7c', '#4abd8c', '#00968e', '#106e7c', '#2a4858'];
// Show a single colorscale
<Colorscale
colorscale={viridisColorscale}
onClick={() => {}}
width={150}
/>
// Show the colorscale picker
<ColorscalePicker
onChange={this.onChange}
colorscale={viridisColorscale}
/>
<Colorscale />
generates a single color scale palette:
prop | Description |
---|---|
onClick | Function to be called when colorscale is clicked. |
colorscale | Colorscale as an array of color strings (HEX or RGB). See Quick Start above. |
width | Optional: Width of an individual color swatch. Defaults to 20px. |
maxWidth | Optional: Maximum width of colorscale palette. If set, maxWidth overrides swatch width . |
label | Optional: Label positioned on the left side of color scale palette |
<ColorscalePicker />
generates a UI panel for selecting a color scale palette:
prop | Description |
---|---|
onChange | Passes back a new color scale when a scale is chosen or modified. |
colorscale | Default colorscale as an array of color strings (HEX or RGB). See Quick Start above. |
nSwatches | Optional: Number of discrete colors or "swatches" in the default color scale. |
fixSwatches | Optional: If set to true , hides the swatches slider and fixes swatches to `nSwatches. |
colorscaleType | Optional: If set, sets ColorPicker Dropdown to specific colorscale, one of COLORSCALE_TYPES |
width | Optional: Can set width of component |
className | Optional: Can add className to base level component |
disableSwatchControls | Optional: Does not show swatch related controls in ColorPicker |
scaleLength | Optional: Can specify the lengh of the Colorscales used in the ColorPicker |
See the demo app source code for an example of importing and using these components.
FAQs
A React component for picking colorscales based on Chroma.js
The npm package react-colorscales receives a total of 542 weekly downloads. As such, react-colorscales popularity was classified as not popular.
We found that react-colorscales demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 23 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.