Chip
Chip component for Universal Apps.
Last updated
Was this helpful?
Chip component for Universal Apps.
Last updated
Was this helpful?
Was this helpful?
New-UDChip -Label 'Basic'New-UDChip -Label 'Basic' -Icon (New-UDIcon -Icon 'user')New-UDChip -Label 'OnClick' -OnClick {
Show-UDToast -Message 'Hello!'
}New-UDChip -Label 'OnDelete' -OnClick {
Show-UDToast -Message 'Goodbye!'
}