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

Color

API
Last updated
Examples of badges containing text, using primary and secondary colors. The badge is applied to its children.


Last updated
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