ColorBoard API Overview
Initialization
<script>
import { ColorBoard } from "@svar-ui/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 | Optional. Adds the "Select" button into a ColorBoard |
| value | Optional. Sets the selected value for a ColorBoard |
ColorBoard Events
| change | Fires on a color change when a new value is selected via the input field or slider |