Links
Comment on page

Floating Action Button

Floating action button component for Universal Apps
A floating action button (FAB) performs the primary, or most common, action on a screen.
A floating action button appears in front of all screen content, typically as a circular shape with an icon in its center. FABs come in two types: regular, and extended.
Only use a FAB if it is the most suitable way to present a screen’s primary action.
Only one floating action button is recommended per screen to represent the most common action.

Floating Action Button

New-UDFloatingActionButton -Icon (New-UDIcon -Icon user) -Size Small
New-UDFloatingActionButton -Icon (New-UDIcon -Icon user) -Size Medium
New-UDFloatingActionButton -Icon (New-UDIcon -Icon user) -Size Large

OnClick

New-UDFloatingActionButton -Icon (New-UDIcon -Icon user) -OnClick {
Show-UDToast -Message "Hello!"
}

API

Last modified 7mo ago
Copyright 2022 Ironman Software