7 $f = $DIC->ui()->factory();
8 $renderer = $DIC->ui()->renderer();
10 $address = $f->listing()->descriptive(
12 "Address" =>
"Hochschlustrasse 6",
14 "Contact" =>
"timon.amstutz@ilub.unibe.ch" 18 $image = $f->image()->responsive(
19 "./templates/default/images/HeaderIcon.svg",
"Thumbnail Example");
24 )->withSections(
array($address,$f->button()->standard(
"Request Contact",
"")));
26 $deck = $f->deck(
array($card,$card,$card,$card,$card,$card,$card))
30 return $renderer->render($deck);
Create styles array
The data for the language used.