position
Description
Optional. Sets the position of a label relative to the controlUsage
position?: "left";
Example
<Field label="Text" position="left">
{({ id }) => <Text id={id} />}
</Field>
Related article: Positioning the label
Related sample: Field