Skip to main content

ColorBoard API Overview

Initialization

import { ColorBoard } from "@svar-ui/react-core";

// minimal configuration for initialization
<ColorBoard />
tip
  • Visit the Features Guide to learn more about the control's functionality.
  • Explore the samples to visualize the available features.

ColorBoard Properties

buttonOptional. Adds the "Select" button into a ColorBoard
valueOptional. Sets the selected value for a ColorBoard

ColorBoard Events

changeFires on a color change when a new value is selected via the input field or slider