@rc-component/color-picker
React Color Picker
Last updated a month ago by afc163 .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @rc-component/color-picker 
SYNC missed versions from official npm registry.

@rc-component/color-picker

React Color Picker.

NPM version npm download build status Test coverage bundle size dumi

install

@rc-component/color-picker

Development

npm install
npm start

Example

http://localhost:8000

Usage

import ColorPicker from '@rc-component/color-picker';
import '@rc-component/color-picker/assets/index.css';

export default () => <ColorPicker />;

API

Property Description Type Default
value Value of color string | Color -
defaultValue Default value of color string | Color -
onChange Callback when value is changed (value: Color, type: hue \| alpha) => void -
onChangeComplete Callback when drag is stop (value: Color, type: hue \| alpha) => void -
disabled Disabled ColorPicker boolean false
disabledAlpha Disabled alpha slider boolean false
panelRender Custom panel render (panel: React.ReactElement) => React.ReactElement -

Color

Property Description Type Default
toHexString Convert to hex format color string, like #ffffff () => string -
toHsb Convert to hsb object, like { h: 0, s: 0, b: 0, a: 0 } () => ({ h: number, s: number, b: number, a number }) -
toHsbString Convert to hsb format color string, like hsba(0, 0%, 0%, 0) () => string -
toRgb Convert to rgb object, like { r: 0, g: 0, b: 0, a: 0 } () => ({ r: number, g: number, b: number, a number }) -
toRgbString Convert to rgb format color string, like rgba(0, 0, 0, 0) () => string -

Test Case

npm test
or
npm run coverage

License

@rc-component/color-picker is released under the MIT license.

Current Tags

  • 3.1.1                                ...           latest (a month ago)

41 Versions

  • 3.1.1                                ...           a month ago
  • 3.1.0                                ...           3 months ago
  • 3.0.3                                ...           4 months ago
  • 3.0.2                                ...           7 months ago
  • 3.0.0                                ...           a year ago
  • 3.0.1                                ...           a year ago
  • 2.0.1                                ...           2 years ago
  • 2.0.0                                ...           2 years ago
  • 1.9.0                                ...           2 years ago
  • 1.8.3                                ...           2 years ago
  • 1.8.2                                ...           2 years ago
  • 1.8.1                                ...           2 years ago
  • 1.8.0                                ...           2 years ago
  • 1.7.1                                ...           2 years ago
  • 1.7.0                                ...           2 years ago
  • 1.6.1                                ...           2 years ago
  • 1.6.0                                ...           2 years ago
  • 1.5.3                                ...           2 years ago
  • 1.5.2                                ...           2 years ago
  • 1.5.1                                ...           2 years ago
  • 1.5.0                                ...           2 years ago
  • 1.4.1                                ...           3 years ago
  • 1.4.0                                ...           3 years ago
  • 1.3.0                                ...           3 years ago
  • 1.2.0                                ...           3 years ago
  • 1.1.1                                ...           3 years ago
  • 1.1.0                                ...           3 years ago
  • 1.0.2                                ...           3 years ago
  • 1.0.1                                ...           3 years ago
  • 1.0.0                                ...           3 years ago
  • 1.0.0-alpha.11                                ...           3 years ago
  • 1.0.0-alpha.10                                ...           3 years ago
  • 1.0.0-alpha.9                                ...           3 years ago
  • 1.0.0-alpha.8                                ...           3 years ago
  • 1.0.0-alpha.7                                ...           3 years ago
  • 1.0.0-alpha.6                                ...           3 years ago
  • 1.0.0-alpha.5                                ...           3 years ago
  • 1.0.0-alpha.4                                ...           3 years ago
  • 1.0.0-alpha.3                                ...           3 years ago
  • 1.0.0-alpha.2                                ...           3 years ago
  • 1.0.0-alpha.1                                ...           3 years ago
Downloads
Today 0
This Week 13
This Month 25
Last Day 12
Last Week 12
Last Month 0
Dependencies (3)
Dev Dependencies (26)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |