Socket
Socket
Sign inDemoInstall

react-color-v2

Package Overview
Dependencies
12
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-color-v2

A Collection of Color Pickers from Excel, Sketch, Photoshop, Chrome & more


Version published
Maintainers
1
Install size
8.99 MB
Created

Readme

Source

React Color V2

Npm Version Build Status License Downloads

  • 14 Different Pickers - Sketch, Photoshop, Chrome, Excel and many more

  • Make Your Own - Use the building block components to make your own

Demo

Demo

Live Demo

Installation & Usage

npm install react-color-v2 --save

Include the Component

import React from 'react'
import { ExcelPicker } from 'react-color-v2'

class Component extends React.Component {

  render() {
    return <ExcelPicker />
  }
}

You can import AlphaPicker BlockPicker ChromePicker CirclePicker CompactPicker GithubPicker HuePicker MaterialPicker PhotoshopPicker SketchPicker SliderPicker SwatchesPicker TwitterPicker ExcelPicker respectively.

100% inline styles via ReactCSS

Keywords

FAQs

Last updated on 16 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc