3 declare(strict_types=1);
20 $f = $DIC->ui()->factory();
23 $icon =
$f->symbol()->icon()->standard(
"crs",
'Course');
25 $content =
$f->listing()->descriptive(
27 "Entry 1" =>
"Some text",
28 "Entry 2" =>
"Some more text",
32 $image =
$f->image()->responsive(
33 "./assets/images/logo/HeaderIcon.svg",
37 $card =
$f->card()->repositoryObject(
42 )->withCertificateIcon(
with_object_icon_and_certificate()
description: > Example for rendering a repository card with an icon and certificate ...