19 declare(strict_types=1);
32 $f = $DIC->ui()->factory();
35 $props =
$f->listing()->property()
36 ->withProperty(
'Title',
'Some Title')
37 ->withProperty(
'number',
'7')
41 $f->symbol()->icon()->custom(
'./assets/images/learning_progress/in_progress.svg',
'incomplete'),
46 $props2 = $props->withItems([
49 [
'link',
$f->link()->standard(
'Goto ILIAS',
'http://www.ilias.de')]
54 $f->divider()->horizontal(),
base()
expected output: > ILIAS shows the rendered Component.