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
button | adds the "Select" button into a ColorBoard |
value | sets the selected value for a ColorBoard |
ColorBoard Events
change | fires on a color change |