When I run New-UDGridLayout -Design it gives me this prompt. What do I put in for Content?
Supply values for the following parameters:
Content:
Content is the content of the page. It should be a script block.
New-UDGridLayout -Design -Content {
New-UDCard -Id "myCard" -Text "Hello"
}
ok I executed that in a powershell window. no errors but nothing happened. i’m trying to open the grid layout designer in the web browser. how do I get that to open?
ok. i finally realized I needed to do this in a puniversal web app. i’m able to open it now. just a matter of adding more components in the grid. I thought there would be an option to add those in the grid designer. does not seem to be the case.