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);
    35     $content = 
$f->listing()->descriptive(
    37             "Entry 1" => 
"Some text",
    38             "Entry 2" => 
"Some more text",
    42     $image = 
$f->image()->responsive(
    43         "./assets/images/logo/HeaderIcon.svg",
    47     $card = 
$f->card()->repositoryObject(
 
with_object_icon_and_actions()
 description: > Example for rendering a repository card with an object icon title action...