Forms
Here you can find some recipes for some form components
We used for these examples form components like <FieldGroup>
, <TextField>
,<Select>
, <Checkbox>
and <Radio>
.
<FieldGroup>
is wrapped around the other components as you can see in the examples below. With its prop labelWidth
we set the width of the label to a certain amount, so it has a clean look.
Note
Please note that the form components need to have a label prop.
Organization Search Form
Example from the typical Search Form from the Core.
Preview
Code
Bookings Formular
This Example shows the Bookings Formular from an Organization under Administration.
Preview
Code