3 declare(strict_types=1);
21 $f = $DIC->ui()->factory();
24 $icon =
$f->symbol()->icon()->standard(
'crs',
'Course');
27 $f->button()->shy(
"Go to Course",
"#"),
28 $f->button()->shy(
"Go to Portfolio",
"#"),
29 $f->divider()->horizontal(),
30 $f->button()->shy(
"ilias.de",
"http://www.ilias.de")
33 $dropdown =
$f->dropdown()->standard($items);
36 $content =
$f->listing()->descriptive(
38 "Entry 1" =>
"Some text",
39 "Entry 2" =>
"Some more text",
43 $image =
$f->image()->responsive(
44 "./assets/images/logo/HeaderIcon.svg",
48 $card =
$f->card()->repositoryObject(
55 )->withCertificateIcon(
65 $deck =
$f->deck(array($card,$card,$card,$card,$card,
66 $card,$card,$card,$card))->withNormalCardsSize();
repository()
description: > Example for rendering a repository card