Alert
Alert component for Universal Dashboard.
Alerts provide a simple way to communicate information to a user.
Simple Alerts
Alerts have four different severities and can include text or other content.
New-UDAlert -Severity 'error' -Text 'This is an error alert — check it out!'
New-UDAlert -Severity 'warning' -Text 'This is an warning alert — check it out!'
New-UDAlert -Severity 'info' -Text 'This is an error info — check it out!'
New-UDAlert -Severity 'success' -Text 'This is an success alert — check it out!'
Advanced Alerts
Alerts can contain any component and also a title.

API
Last updated
Was this helpful?