Components
Components are the building blocks of a PowerShell Universal app.
A Universal app is composed of components. When building an app, you can simply call the PowerShell cmdlets within your app script to create a new component.
New-UDApp -Title 'Dashboard' -Content {
New-UDTypography -Text 'Hello, world!'
}
Component Types
There are over 50 components that you can use in your apps. Some of the commonly used components include:
Surfaces
Last updated
Was this helpful?