() => (
<Stack direction="column">
<Stack flex>
<NotificationBadge type="critical">3</NotificationBadge>
<NotificationBadge type="criticalInverted">3</NotificationBadge>
</Stack>
<Stack flex>
<NotificationBadge type="info">3</NotificationBadge>
<NotificationBadge type="infoInverted">3</NotificationBadge>
</Stack>
</Stack>
);