Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 735 Bytes

File metadata and controls

53 lines (34 loc) · 735 Bytes
description
Rating input component.

Rating

Basic Rating

New-UDRating 

OnChange

Take action when the rating is changed.

New-UDRating -OnChange {
    Show-UDToast $EventData
}

Maximum

Change the maximum rating.

New-UDRating -Max 10

Precision

Change the precision for ratings.

New-UDRating -Precision .5

Size

Change the size of the rating icons.

New-UDRating -Size large