Badge
Badges component for Universal Apps.
Basic Badge
Examples of badges containing text, using primary and secondary colors. The badge is applied to its children.

Color

API
Last updated
Was this helpful?
Badges component for Universal Apps.
Examples of badges containing text, using primary and secondary colors. The badge is applied to its children.


Last updated
Was this helpful?
Was this helpful?
New-UDBadge -BadgeContent { 4 } -Children {
New-UDIcon -Icon Envelope -Size 2x
} -Color primaryNew-UDBadge -BadgeContent { 4 } -Children {
New-UDIcon -Icon Envelope -Size 2x
} -Color secondary
New-UDBadge -BadgeContent { 4 } -Children {
New-UDIcon -Icon Envelope -Size 2x
} -Color success