19 declare(strict_types=1);
38 $factory = $DIC->ui()->factory();
41 $modal = $factory->modal()->roundtrip(
43 $factory->legacy()->content(
'See the Close Button in the top right corner.')
45 $button1 = $factory->button()->standard(
'Show Close Button Demo',
'#')
46 ->withOnClick($modal->getShowSignal());
48 return $renderer->render([$button1, $modal]);