Socket
Socket
Sign inDemoInstall

@hello-pangea/color-picker

Package Overview
Dependencies
7
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hello-pangea/color-picker

React color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more


Version published
Maintainers
2
Weekly downloads
5,070
decreased by-2.27%
Install size
2.88 MB

Weekly downloads

Readme

Source

Pangea color picker

Npm Version License Downloads

Simple color picker for React.

  • 🔨 13 different pickers - Start building with Sketch, Photoshop, Chrome and many more
  • 🎨 Make your own - Use React Context and our building blocks to create any custom component
  • 🌲 Tree shakeable
  • 📖 Examples

This library is a fork of react-color and builds on the amazing work of @casesandberg

Demo

Demo

Live Demo

Installation & Usage

npm install @hello-pangea/color-picker

Include the Component

import React from "react";
import { SketchPicker } from "@hello-pangea/color-picker";

function App() {
  return <SketchPicker />;
}

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

Keywords

FAQs

Last updated on 06 Nov 2022

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