ColorPaletteProps
Represents the props of the KendoReact ColorPalette component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. | |
className? |
|
Sets additional classes to the ColorPalette. | |
columns? |
|
Specifies the number of columns that will be displayed.
Defaults to | |
defaultValue? |
|
The default value of the ColorPalette. | |
disabled? |
|
Determines whether the ColorPalette is disabled (more information and example).
| |
id? |
|
Specifies the id of the component. | |
onChange? |
|
Determines the event handler that will be fired when the user edits the value. | |
onFocus? |
|
Represent the focus event of the ColorPalette. | |
palette? |
|
The color palette that will be displayed. The supported values are:
| |
tabIndex? |
|
Sets the | |
tileSize? |
|
Specifies the size of a color cell in px.
Defaults to | |
value? |
|
The value of the ColorPalette. |