Floating Action Button
A floating action button will appear in the bottom right and can expand to multiple actions on hover.
New-UDFab -ButtonColor 'orange' -Icon bathtub -Size Large -onClick {
Show-UDToast -Message "Take a bath!"
} -Content {
New-UDFabButton -ButtonColor 'blue' -Icon fax -onClick {
Show-UDToast -Message "Send a fax!"
}
}

Last modified 3yr ago