Rating input component.
Last updated 2 years ago
Copyright 2024 Ironman Software
New-UDRating
Take action when the rating is changed.
New-UDRating -OnChange { Show-UDToast $EventData }
Change the maximum rating.
New-UDRating -Max 10
Change the precision for ratings.
New-UDRating -Precision .5
Change the size of the rating icons.
New-UDRating -Size large