3 declare(strict_types=1);
    21     $ui = $DIC->ui()->factory();
    25     $text_input = $ui->input()->field()->text(
"Basic Input", 
"Just some basic input");
    28     $form = $ui->input()->container()->form()->standard(
"#", [$text_input]);
 
base()
 description: > The example shows how to create and render a basic text input field and attach it to ...