Skip to main content

ColorBoard API Overview

Initialization

<script setup>
import { ColorBoard } from "@svar-ui/vue-core";
</script>

<template>
<!-- minimal configuration for initialization -->
<ColorBoard />
</template>
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