Order details dialog

I'm building a page using Radzen Blazor, and I am creating a dialog. I have looked at the examples at https://blazor.radzen.com/dialog and I really like the look of the order details dialog, but I can't find anywhere that shows the code of the dialog box, just how to call it. I am really interested in how they got the two boxes for Contact and Delivery Information, and how to get the spacing they did for the cancel and ok buttons. Does anyone know of somewhere that the code for that dialog is posted?

Thank you.

The source code of our components and demos is here:

1 Like

I had seen the Github page, but didn't drill down through enough to see it all initially. Thank you very much.