19 declare(strict_types=1);
35 $f = $DIC->ui()->factory();
38 $glyph =
$f->symbol()->glyph()->search();
39 $button =
$f->button()->primary(
'search',
'#')
41 $button2 = $button->withLabel(
'');
45 $button->withEngagedState(
true),
46 $button->withUnavailableAction(
true),
47 $f->divider()->vertical(),
49 $button2->withEngagedState(
true),
50 $button2->withUnavailableAction(
true),