19 declare(strict_types=1);
38 $f = $DIC->ui()->factory();
41 $ico =
$f->symbol()->icon()
42 ->standard(
'someExample',
'Example')
43 ->withAbbreviation(
'E')
45 $button =
$f->button()->bulky($ico,
'Icon',
'#');
47 $glyph =
$f->symbol()->glyph()->briefcase();
48 $button2 =
$f->button()->bulky($glyph,
'Glyph',
'#');
50 $button3 =
$f->button()->bulky($glyph,
'',
'#');
51 $button4 =
$f->button()->bulky($ico,
'',
'#');
55 $f->divider()->horizontal(),
57 $f->divider()->horizontal(),
59 $f->divider()->horizontal(),