Manual Reference Source
public class | source

ColorPicker

Extends:

react~Component → ColorPicker

ColorPicker is a component showing CompactPicker component from react-color library

Access

Stage.Basic.Form.ColorPicker

Usage

ColorPicker

<ColorPicker />

Static Member Summary

Static Public Members
public static

propTypes

Static Public Members

public static propTypes: * source

propTypes

Properties:

NameTypeAttributeDescription
name string
  • optional
  • default: ''

name of the color picker component

value string
  • optional
  • default: '#000000'

hexadecimal color value

onChange Function
  • optional
  • default: (function () {});

function called on color change