All Projects → casesandberg → React Color

casesandberg / React Color

Licence: mit
🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Color

Androidphotoshopcolorpicker
A fully featured Color picker Library for Android
Stars: ✭ 220 (-97.86%)
Mutual labels:  photoshop, color-picker
kironroy.github.io
Portfolio
Stars: ✭ 14 (-99.86%)
Mutual labels:  photoshop, sketch
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (-99.51%)
Mutual labels:  sketch, color-picker
React Input Color
React color picker
Stars: ✭ 208 (-97.98%)
Mutual labels:  react-component, color-picker
Kallewheel
A custom color wheel extension for Adobe Photoshop
Stars: ✭ 16 (-99.84%)
Mutual labels:  photoshop, color-picker
Icondrop
Get access to 2 million+ design resources right inside Adobe Xd, Figma, Sketch, Microsoft Office, G Suite and many more.
Stars: ✭ 174 (-98.31%)
Mutual labels:  photoshop, sketch
psd-to-sketch-converter
Convert PSD to Sketch for free
Stars: ✭ 42 (-99.59%)
Mutual labels:  photoshop, sketch
React Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
Stars: ✭ 2,716 (-73.6%)
Mutual labels:  react-component, chrome
Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (-93.06%)
Mutual labels:  photoshop, sketch
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (-56.42%)
Mutual labels:  sketch, chrome
favicon
🖼 An attempt to capture all possible favicons for a web project.
Stars: ✭ 17 (-99.83%)
Mutual labels:  photoshop, sketch
React Colorful
🎨 A tiny (2,5 KB) color picker component for React and Preact apps
Stars: ✭ 951 (-90.76%)
Mutual labels:  react-component, color-picker
Make-This
Project files for the Make This video series and community challenges.
Stars: ✭ 16 (-99.84%)
Mutual labels:  photoshop, sketch
Psd Guides
📐 JS library to draw photoshop-like guides.
Stars: ✭ 22 (-99.79%)
Mutual labels:  photoshop, sketch
Hsl color picker
HSL Color Picker for Sketch (no longer maintenance).
Stars: ✭ 88 (-99.14%)
Mutual labels:  sketch, color-picker
Cromos
Cromos is a tool for downloading legitimate extensions of the Chrome Web Store and inject codes in the background of the application.
Stars: ✭ 103 (-99%)
Mutual labels:  chrome
Anno
📗 豆瓣读书笔记第三方客户端
Stars: ✭ 105 (-98.98%)
Mutual labels:  chrome
Kitchen
Powerful sketch plugin for design cooperation 🍳🍳🍳
Stars: ✭ 103 (-99%)
Mutual labels:  sketch
Customrightclickmenu
A browser extension to add links and run scripts/stylesheets all from your right-click menu
Stars: ✭ 102 (-99.01%)
Mutual labels:  chrome
Chrome Har
Create HAR files from Chrome Debugging Protocol data
Stars: ✭ 106 (-98.97%)
Mutual labels:  chrome

React Color

Npm Version Build Status License Downloads

  • 13 Different Pickers - Sketch, Photoshop, Chrome 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 --save

Include the Component

import React from 'react'
import { SketchPicker } from 'react-color'

class Component extends React.Component {

  render() {
    return <SketchPicker />
  }
}

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

100% inline styles via ReactCSS

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].