9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
12 $icon =
$f->icon()->standard(
"crs",
'Course')->withIsOutlined(
true);
15 $f->button()->shy(
"Go to Course",
"#"),
16 $f->button()->shy(
"Go to Portfolio",
"#"),
17 $f->divider()->horizontal(),
18 $f->button()->shy(
"ilias.de",
"http://www.ilias.de")
21 $dropdown =
$f->dropdown()->standard($items);
23 $content =
$f->listing()->descriptive(
25 "Entry 1" =>
"Some text",
26 "Entry 2" =>
"Some more text",
30 $image =
$f->image()->responsive(
31 "./templates/default/images/HeaderIcon.svg",
35 $card =
$f->card()->repositoryObject(
51 return $renderer->render($card);
with_object_icon_and_actions()