id
Description
sets an HTML id for a color pickerType
string | number
Example
<Field label="Select a color" position="left" let:id>
<ColorPicker {id} />
</Field>
Related article: Adding a label
Related sample: ColorPicker
string | number
<Field label="Select a color" position="left" let:id>
<ColorPicker {id} />
</Field>
Related article: Adding a label
Related sample: ColorPicker