createBadges(items: Array<[string, BadgeVariant]>,props?: Omit<BadgeProps, "variant">): DocumentFragment
Convenience function to create multiple badges
items: Array<[string, BadgeVariant]>
Array of [text, variant] tuples
optional
props: Omit<BadgeProps, "variant">
Shared badge props