button
Description
adds the "Select" button into a ColorBoardType
boolean
Default value
false
Example
<ColorBoard value="#65D3B3" button={true}/>
Details
It is also possible to add a button into ColorBoard by declaring the property with no value:
<ColorBoard button /> <!-- equals to "button={true}" -->
Related article: Adding the "Select" button