Universal Dashboard is now a part of PowerShell Universal. This documentation is for reference to the v2 version of Universal Dashboard and is no longer maintained.
PowerShell Universal Documentation can be found here.
Button
Buttons are used for basic interactions from users. You can add event handlers to buttons to perform actions when they are clicked.
Raised
1
New-UDButton -Text "Button"
2
New-UDButton -Text "Button" -Icon cloud -IconAlignment left
3
New-UDButton -Text "Button" -Icon cloud -IconAlignment right