Search Docs
Loading...
Skip to content

Interface: ColorInputOptions

Represents options for a color input.

The ColorInputOptions interface provides a set of properties that control the behavior and appearance of a color input. These options include settings for the input label, input label position, value, value setter, disabled state, label, and suffix.

Extends#

Properties#

Property Type Inherited from
label? string string[]
inputLabel? string string[]
inputLabelPosition? "left" "top"
value Color InputOptions.value
setValue (value) => void InputOptions.setValue
isDisabled? boolean InputOptions.isDisabled
suffix? Suffix InputOptions.suffix