3 declare(strict_types=1);
22 $factory = $DIC->ui()->factory();
25 $modal = $factory->modal()->roundtrip(
27 $factory->legacy(
'See the Close Button in the top right corner.')
29 $button1 = $factory->button()->standard(
'Show Close Button Demo',
'#')
30 ->withOnClick($modal->getShowSignal());
32 return $renderer->render([$button1, $modal]);