Socket
Socket
Sign inDemoInstall

react-color-input

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-color-input

[![npm version](https://badge.fury.io/js/react-color-input.svg)](https://badge.fury.io/js/react-color-input) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)


Version published
Weekly downloads
3
decreased by-40%
Maintainers
3
Weekly downloads
 
Created
Source

react-color-input

npm version License

A drop in color picker that is based on react-color.
It can be used as is as a component for react-form-helper.

Install

yarn add react-color-input
npm install --save react-color-input

Usage

import {ColorPicker} from 'react-color-input'

<ColorPicker
  label='Favorite color'
  value={color}
  onChange={setColor}
/>

License

react-color-input is dual-licensed under Apache 2.0 and MIT terms.

FAQs

Package last updated on 23 Feb 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc