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);
52 $content =
$f->listing()->descriptive(
54 "Entry 1" =>
"Some text",
55 "Entry 2" =>
"Some more text",
59 $image =
$f->image()->responsive(
60 "./assets/images/logo/HeaderIcon.svg",
64 $card =
$f->card()->repositoryObject(
71 )->withCertificateIcon(
81 $deck =
$f->deck(array($card,$card,$card,$card,$card,
82 $card,$card,$card,$card))->withNormalCardsSize();
repository()
description: > Example for rendering a repository card