返回排行榜
:art: Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
reactreact-componentcolor-pickersketchphotoshopchromeinline-styles
关键指标
Star 增长趋势
Star
12.3k
Forks
922
周增长
—
Issues
195
5k10k
2015年8月2017年5月2019年3月2021年1月2022年11月2024年9月2026年7月
制品库npm
npm install react-colorREADME
React Color
13 Different Pickers - Sketch, Photoshop, Chrome and many more
Make Your Own - Use the building block components to make your own
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
相关仓库