Profile settings
Fieldsets split a long form into sections the user can scan.
<Form onSubmit={(e) => { e.preventDefault(); }}>
<Fieldset>
<Fieldset.Legend>Profile</Fieldset.Legend>
<Grid columns={2} gap="md">
<Field name="displayName">
<Field.Label>Display Name</Field.Label>