id
Description
Optional. Sets an HTML id for a counterUsage
id?: string | number;
Example
<Field label="First name" position="left">
{#snippet children(id)}<Counter {id} />{/snippet}
</Field>
Related article: Adding a label
Related sample: Counter