19 declare(strict_types=1);
37 $f = $DIC->ui()->factory();
40 $icon =
$f->symbol()->icon()->standard(
"crs",
'Course');
42 $image =
$f->image()->responsive(
43 "./assets/images/logo/HeaderIcon.svg",
47 $content =
$f->listing()->descriptive(
49 "Entry 1" =>
"Some text",
50 "Entry 2" =>
"Some more text",
54 $card =
$f->card()->repositoryObject(
with_object_icon()
description: > Example for rendering a repository card with an object icon