19 declare(strict_types=1);
37 $f = $DIC->ui()->factory();
40 $icon =
$f->symbol()->icon()->standard(
"crs",
'Course');
43 $f->button()->shy(
"Go to Course",
"#"),
44 $f->button()->shy(
"Go to Portfolio",
"#"),
45 $f->divider()->horizontal(),
46 $f->button()->shy(
"ilias.de",
"http://www.ilias.de")
49 $dropdown =
$f->dropdown()->standard($items);
51 $content =
$f->listing()->descriptive(
53 "Entry 1" =>
"Some text",
54 "Entry 2" =>
"Some more text",
58 $image =
$f->image()->responsive(
59 "./assets/images/logo/HeaderIcon.svg",
63 $card =
$f->card()->repositoryObject(
with_object_icon_and_actions()
description: > Example for rendering a repository card with an object icon title action...