3 declare(strict_types=1);
21 $f = $DIC->ui()->factory();
24 $icon =
$f->symbol()->icon()->standard(
"crs",
'Course');
26 $image =
$f->image()->responsive(
27 "./assets/images/logo/HeaderIcon.svg",
31 $content =
$f->listing()->descriptive(
33 "Entry 1" =>
"Some text",
34 "Entry 2" =>
"Some more text",
38 $card =
$f->card()->repositoryObject(
with_object_icon()
description: > Example for rendering a repository card with an object icon