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