Universal Dashboard
Universal Dashboard is now part of PowerShell Universal
Search…
Primary version
Introduction
Getting Started
System Requirements
Concepts
Admin Mode
Debugging
Components
Button
Card
Checkbox
Code Editor
Collapsible
Counter
Custom Components
Data Visualizations
Grids
Grid Layout
Favicon
Floating Action Button
Footer
Formatting
HTML
Icons
Inputs
Map
Modal
Monitors
Navigation
Pages
Tables
Tabs
Toasts
Material UI
Endpoints
Look and Feel
Security
REST APIs
UDStudio
Utilities
Web Server
Licensing
Cmdlet Help
Updates
How to
Docs Changelog
Powered By
GitBook
Floating Action Button
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
.
Floating Action Button
Creating a floating action button
See
Event Handler Endpoints
for more information about how event handlers work.
A floating action button will appear in the bottom right and can expand to multiple actions on hover.
1
New-UDFab -ButtonColor 'orange' -Icon bathtub -Size Large -onClick {
2
Show-UDToast -Message "Take a bath!"
3
} -Content {
4
New-UDFabButton -ButtonColor 'blue' -Icon fax -onClick {
5
Show-UDToast -Message "Send a fax!"
6
}
7
}
Copied!
Previous
Favicon
Next
Footer
Last modified
8mo ago
Copy link
Contents
Floating Action Button
Creating a floating action button