Skip to main content

ColorBoard API Overview

Initialization

<script>
import { ColorBoard } from "wx-svelte-core";
</script>

<!-- 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

buttonadds the "Select" button into a ColorBoard
valuesets the selected value for a ColorBoard

ColorBoard Events

changefires on a color change