AddressForm
DomainFull address form with full name, phone, address lines, city, state/district, postal code, and country. Pre-fillable via the initial prop.
New Address
<AddressForm onSubmit={handleSave} />Edit Address
<AddressForm initial={existingAddress} submitLabel="Update" onCancel={handleCancel} onSubmit={handleUpdate} />