Forms are built using the Formik library. Each form input is represented by a FormItem component that handles labels and errors display.
You can use the Grid component to compose the layout easily and handle the horizontal and vertical flow.
By default the FormItem component use Formik's FastField. This is important to understand the difference between Formik's Field and FastField components.
You can switch to Field this way: